Changeset 321 in pacpusframework for trunk/cmake/PacpusConfiguration.cmake
- Timestamp:
- Oct 28, 2014, 11:26:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusConfiguration.cmake
r239 r321 19 19 # Global configuration 20 20 # ======================================== 21 set(PACPUS_USE_LOG TRUE CACHE BOOL "Logging using Boost.Log, the library is required")22 set(PACPUS_LOG_COLORED_OUTPUT FALSE CACHE BOOL "Logging in color.")23 set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party")24 set(PACPUS_BUILD_DOC FALSE CACHE BOOL "Whether build the documentation - requires Doxygen")25 set(PACPUS_BUILD_EXAMPLES FALSE CACHE BOOL "Whether build the examples")26 set(PACPUS_USE_SOLUTION_FOLDERS FALSE CACHE BOOL "Use solution folders to classify projects, works in MS Visual Studio")21 set(PACPUS_USE_LOG TRUE CACHE BOOL "Logging using Boost.Log, the library is required") 22 set(PACPUS_LOG_COLORED_OUTPUT TRUE CACHE BOOL "Logging in color.") 23 set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party") 24 set(PACPUS_BUILD_DOC FALSE CACHE BOOL "Whether build the documentation - requires Doxygen") 25 set(PACPUS_BUILD_EXAMPLES TRUE CACHE BOOL "Whether build the examples") 26 set(PACPUS_USE_SOLUTION_FOLDERS TRUE CACHE BOOL "Use solution folders to classify projects, works in MS Visual Studio") 27 27 28 28 if(PACPUS_USE_SOLUTION_FOLDERS)
Note:
See TracChangeset
for help on using the changeset viewer.