Changeset 321 in pacpusframework for trunk/cmake/PacpusConfiguration.cmake


Ignore:
Timestamp:
10/28/14 11:26:18 (10 years ago)
Author:
Marek Kurdej
Message:

[cmake] Fix small CMake problem. Change defaults CMake parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusConfiguration.cmake

    r239 r321  
    1919# Global configuration
    2020# ========================================
    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")
     21set(PACPUS_USE_LOG              TRUE  CACHE BOOL "Logging using Boost.Log, the library is required")
     22set(PACPUS_LOG_COLORED_OUTPUT   TRUE CACHE BOOL "Logging in color.")
     23set(PACPUS_INSTALL_3RD          FALSE CACHE BOOL "Installation of the 3rd party")
     24set(PACPUS_BUILD_DOC            FALSE CACHE BOOL "Whether build the documentation - requires Doxygen")
     25set(PACPUS_BUILD_EXAMPLES       TRUE CACHE BOOL "Whether build the examples")
     26set(PACPUS_USE_SOLUTION_FOLDERS TRUE CACHE BOOL "Use solution folders to classify projects, works in MS Visual Studio")
    2727
    2828if(PACPUS_USE_SOLUTION_FOLDERS)
Note: See TracChangeset for help on using the changeset viewer.