Changeset 236 in pacpusframework for trunk/cmake/PacpusConfiguration.cmake
- Timestamp:
- Nov 28, 2013, 5:07:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusConfiguration.cmake
r187 r236 19 19 # Global configuration 20 20 # ======================================== 21 set(PACPUS_USE_LOG TRUE CACHE BOOL "Logging using log4cxx, the library is required") 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.") 22 23 set(PACPUS_INSTALL_3RD FALSE CACHE BOOL "Installation of the 3rd party") 23 24 set(PACPUS_BUILD_DOC FALSE CACHE BOOL "Whether build the documentation - requires Doxygen") … … 32 33 endif() 33 34 endif(PACPUS_USE_SOLUTION_FOLDERS) 35 36 if(PACPUS_LOG_COLORED_OUTPUT) 37 list(APPEND PACPUS_DEFINITIONS " -DPACPUS_LOG_COLORED_OUTPUT=1 ") 38 endif()
Note:
See TracChangeset
for help on using the changeset viewer.