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


Ignore:
Timestamp:
11/29/13 18:39:11 (11 years ago)
Author:
Marek Kurdej
Message:

Added: possibility to use color log output (needs more testing).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusConfiguration.cmake

    r236 r239  
    3434endif(PACPUS_USE_SOLUTION_FOLDERS)
    3535
     36
     37if(PACPUS_USE_LOG)
     38    list(APPEND PACPUS_DEFINITIONS " -DPACPUS_USE_LOG=1 ")
     39endif()
     40
    3641if(PACPUS_LOG_COLORED_OUTPUT)
    3742    list(APPEND PACPUS_DEFINITIONS " -DPACPUS_LOG_COLORED_OUTPUT=1 ")
Note: See TracChangeset for help on using the changeset viewer.