Changeset 252 in pacpusframework for branches/0.0.x/cmake
- Timestamp:
- Dec 10, 2013, 5:34:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.0.x/cmake/PacpusConfiguration.cmake
r91 r252 11 11 # Build-specific configuration 12 12 # ======================================== 13 14 # TODO : check how cache variables work? Why the commented line doesn't work?15 16 13 if(IS_BUILDING_PACPUS) 17 14 if(PACPUS_INSTALL_WITH_VERSION_NUMBER) 18 15 pacpus_purge_backslash(PACPUS_INSTALL_DIR) 19 16 set(PACPUS_INSTALL_DIR ${PACPUS_INSTALL_DIR}/${PACPUS_VERSION}) 20 # set(PACPUS_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/${PACPUS_VERSION} CACHE PATH "Installation directory for the library")21 17 endif() 22 18 set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party")
Note:
See TracChangeset
for help on using the changeset viewer.