Changeset 34 in pacpusframework


Ignore:
Timestamp:
01/08/13 18:20:55 (11 years ago)
Author:
sgosseli
Message:

Minor: use pacpus_info instead of message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r33 r34  
    102102pacpus_info("    CMake build tool:" ${CMAKE_BUILD_TOOL})
    103103if (MSVC)
    104   message(STATUS "    MSVC:" ${MSVC_VERSION})
     104  pacpus_info("    MSVC:" ${MSVC_VERSION})
    105105else()
    106   message(STATUS "    Configuration:" ${CMAKE_BUILD_TYPE})
     106  pacpus_info("    Configuration:" ${CMAKE_BUILD_TYPE})
    107107endif()
    108108pacpus_info("")
Note: See TracChangeset for help on using the changeset viewer.