Sha256: e0fb3debecd233612d2f1d5c14c389c5983989d594a5521515fab0ace6d7f4e0

Contents?: true

Size: 901 Bytes

Versions: 7

Compression:

Stored size: 901 Bytes

Contents

# Install script for directory: /Users/kivikakk/Code/gjtorikian/commonmarker/ext/commonmarker/cmark/extensions

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  if(BUILD_TYPE)
    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  else()
    set(CMAKE_INSTALL_CONFIG_NAME "Release")
  endif()
  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()

# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
  if(COMPONENT)
    message(STATUS "Install component: \"${COMPONENT}\"")
    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  else()
    set(CMAKE_INSTALL_COMPONENT)
  endif()
endif()

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
commonmarker-0.16.1 ext/commonmarker/cmark/build/extensions/cmake_install.cmake
commonmarker-0.16.2 ext/commonmarker/cmark/build/extensions/cmake_install.cmake
commonmarker-0.16.3 ext/commonmarker/cmark/build/extensions/cmake_install.cmake
commonmarker-0.16.0 ext/commonmarker/cmark/build/extensions/cmake_install.cmake
commonmarker-0.14.2 ext/commonmarker/cmark/build/extensions/cmake_install.cmake
commonmarker-0.14.1 ext/commonmarker/cmark/build/extensions/cmake_install.cmake
commonmarker-0.14.0 ext/commonmarker/cmark/build/extensions/cmake_install.cmake