Changeset 252 in pacpusframework for branches/0.1.x/cmake/PacpusConfiguration.cmake
- Timestamp:
- Dec 10, 2013, 5:34:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.1.x/cmake/PacpusConfiguration.cmake
r163 r252 9 9 10 10 # ======================================== 11 # Build-specific configuration 11 # Build-specific configuration 12 # CACHE FILEPATH "Installation directory for the library" 12 13 # ======================================== 13 14 if(IS_BUILDING_PACPUS) 14 set(PACPUS_INSTALL_DIR ${CMAKE_INSTALL_PREFIX} CACHE FILEPATH "Installation directory for the library") 15 if(PACPUS_INSTALL_WITH_VERSION_NUMBER) 16 pacpus_purge_backslash(PACPUS_INSTALL_DIR) 17 set(PACPUS_INSTALL_DIR ${PACPUS_INSTALL_DIR}/${PACPUS_VERSION} ) 18 endif() 19 # set(PACPUS_INSTALL_DIR ${CMAKE_INSTALL_PREFIX} CACHE FILEPATH "Installation directory for the library") 15 20 set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party") 16 21 endif() … … 20 25 # ======================================== 21 26 set(PACPUS_USE_LOG TRUE CACHE BOOL "Logging using log4cxx, the library is required") 22 set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party") 27 if(win32) 28 set(PACPUS_INSTALL_3RD TRUE CACHE BOOL "Installation of the 3rd party") 29 else() 30 set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party") 31 endif() 23 32 set(PACPUS_BUILD_DOC FALSE CACHE BOOL "Whether build the documentation - requires Doxygen") 24 33 set(PACPUS_BUILD_EXAMPLES FALSE CACHE BOOL "Whether build the examples")
Note:
See TracChangeset
for help on using the changeset viewer.