| 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 | |
|---|
| 9 | message(STATUS "OS: " ${CMAKE_SYSTEM}) |
|---|
| 10 | message(STATUS "Processor: " ${CMAKE_SYSTEM_PROCESSOR}) |
|---|
| 11 | message(STATUS "Compiler: " ${CMAKE_C_COMPILER}) |
|---|
| 12 | message(STATUS "Build type: " ${CMAKE_BUILD_TYPE}) |
|---|
| 13 | message(STATUS "Build tool: " ${CMAKE_BUILD_TOOL}) |
|---|
| 14 | message(STATUS "Build directory: " ${BUILD_DIR}) |
|---|
| 15 | message(STATUS "svn revision: " ${SVN_REVISION}) |
|---|
| 16 | message(STATUS "Time: " ${CURRENT_DATE_TIME}) |
|---|
Note: See
TracBrowser
for help on using the repository browser.