UNPKG

2.82 kBPlain TextView Raw
1# Install script for directory: /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1
2
3# Set the install prefix
4IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 SET(CMAKE_INSTALL_PREFIX "/usr/local")
6ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
7STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
9# Set the install configuration name.
10IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 IF(BUILD_TYPE)
12 STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 ELSE(BUILD_TYPE)
15 SET(CMAKE_INSTALL_CONFIG_NAME "")
16 ENDIF(BUILD_TYPE)
17 MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
19
20# Set the component getting installed.
21IF(NOT CMAKE_INSTALL_COMPONENT)
22 IF(COMPONENT)
23 MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
24 SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 ELSE(COMPONENT)
26 SET(CMAKE_INSTALL_COMPONENT)
27 ENDIF(COMPONENT)
28ENDIF(NOT CMAKE_INSTALL_COMPONENT)
29
30# Install shared libraries without execute permission?
31IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 SET(CMAKE_INSTALL_SO_NO_EXE "1")
33ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
34
35IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
36 FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/etc/mosquitto" TYPE FILE FILES
37 "/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/mosquitto.conf"
38 "/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/aclfile.example"
39 "/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/pskfile.example"
40 "/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/pwfile.example"
41 )
42ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
43
44IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
45 # Include the install script for each subdirectory.
46 INCLUDE("/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/lib/cmake_install.cmake")
47 INCLUDE("/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/client/cmake_install.cmake")
48 INCLUDE("/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/src/cmake_install.cmake")
49 INCLUDE("/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/man/cmake_install.cmake")
50
51ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
52
53IF(CMAKE_INSTALL_COMPONENT)
54 SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
55ELSE(CMAKE_INSTALL_COMPONENT)
56 SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
57ENDIF(CMAKE_INSTALL_COMPONENT)
58
59FILE(WRITE "/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/${CMAKE_INSTALL_MANIFEST}" "")
60FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
61 FILE(APPEND "/home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
62ENDFOREACH(file)