Changeset 239 in pacpusframework for trunk/CMakeLists.txt


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/CMakeLists.txt

    r236 r239  
    5959################################################################################
    6060# Compiler flags coming from PacpusDependencies and PacpusPlatforms
    61 #message(STATUS "\${PACPUS_DEFINITIONS} = ${PACPUS_DEFINITIONS}")
     61message(STATUS "\${PACPUS_DEFINITIONS} = ${PACPUS_DEFINITIONS}")
     62message(STATUS "\${PACPUS_DEPENDENCIES_INC} = ${PACPUS_DEPENDENCIES_INC}")
     63message(STATUS "\${PACPUS_DEPENDENCIES_LIB} = ${PACPUS_DEPENDENCIES_LIB}")
    6264add_definitions(${PACPUS_DEFINITIONS})
    6365
     
    122124pacpus_info("  Options:")
    123125pacpus_info("    Logging enabled:" ${PACPUS_USE_LOG})
     126pacpus_info("    Colored logging enabled:" ${PACPUS_LOG_COLORED_OUTPUT})
    124127pacpus_info("    Installation of 3rd party:" ${PACPUS_INSTALL_3RD})
    125128pacpus_info("    Documentation enabled:" ${PACPUS_BUILD_DOC})
Note: See TracChangeset for help on using the changeset viewer.