source: qutecom-coip/owbuild/owbuild/OWInitializationInfo.cmake @ 125:d648f4cb122f

Last change on this file since 125:d648f4cb122f was 125:d648f4cb122f, checked in by laurent, 3 years ago

wengo => qutecom

File size: 665 bytes
Line 
1# Shows general debug informations (OS, processor, compiler, build directory, build type...)
2#
3# Copyright (C) 2006-2010 Mbdsys
4#
5# Redistribution and use is allowed according to the terms of the BSD license.
6# For details see the accompanying COPYING file.
7
8
9message(STATUS "OS: " ${CMAKE_SYSTEM})
10message(STATUS "Processor: " ${CMAKE_SYSTEM_PROCESSOR})
11message(STATUS "Compiler: " ${CMAKE_C_COMPILER})
12message(STATUS "Build type: " ${CMAKE_BUILD_TYPE})
13message(STATUS "Build tool: " ${CMAKE_BUILD_TOOL})
14message(STATUS "Build directory: " ${BUILD_DIR})
15message(STATUS "svn revision: " ${SVN_REVISION})
16message(STATUS "Time: " ${CURRENT_DATE_TIME})
Note: See TracBrowser for help on using the repository browser.