diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-05-05 07:40:40 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-05-05 07:40:40 +0000 |
| commit | cf180048cd40bc67c64097f984fc6a298b5adae4 (patch) | |
| tree | 2e244a5347a31e250b297731a919c462dba255b6 /CMakeScripts/ConfigCompileFlags.cmake | |
| parent | copyedit (diff) | |
| download | inkscape-cf180048cd40bc67c64097f984fc6a298b5adae4.tar.gz inkscape-cf180048cd40bc67c64097f984fc6a298b5adae4.zip | |
Cmake: Moved helper macros to their own file and removed *-test.h from inkscape source list
(bzr r5608)
Diffstat (limited to 'CMakeScripts/ConfigCompileFlags.cmake')
| -rw-r--r-- | CMakeScripts/ConfigCompileFlags.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeScripts/ConfigCompileFlags.cmake b/CMakeScripts/ConfigCompileFlags.cmake index c5447df49..d4ed503cb 100644 --- a/CMakeScripts/ConfigCompileFlags.cmake +++ b/CMakeScripts/ConfigCompileFlags.cmake @@ -22,3 +22,4 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILE_PROFILING_FLAGS} ") SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COMPILE_PROFILING_FLAGS} ") SET(CMAKE_MAKE_PROGRAM "${CMAKE_MAKE_PROGRAM} ") +message(STATUS "${CMAKE_CXX_FLAGS}") |
