1 # Install script for directory: C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/thirdparty/utfcpp/tests
\r
3 # Set the install prefix
\r
4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
\r
5 set(CMAKE_INSTALL_PREFIX "C:/Users/Patrick/Documents/Studium/master/sem2/projekt/toc/antlr4-cpp-runtime-4.9.2-source/build/runtime/thirdparty/utfcpp/install")
\r
7 string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
\r
9 # Set the install configuration name.
\r
10 if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
\r
12 string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
\r
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
\r
15 set(CMAKE_INSTALL_CONFIG_NAME "Release")
\r
17 message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
\r
20 # Set the component getting installed.
\r
21 if(NOT CMAKE_INSTALL_COMPONENT)
\r
23 message(STATUS "Install component: \"${COMPONENT}\"")
\r
24 set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
\r
26 set(CMAKE_INSTALL_COMPONENT)
\r
30 # Is this installation the result of a crosscompile?
\r
31 if(NOT DEFINED CMAKE_CROSSCOMPILING)
\r
32 set(CMAKE_CROSSCOMPILING "FALSE")
\r