From 566bda734acdb45f6f3244e9d1d96817dca5ff14 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 Dec 2010 12:48:30 +0000 Subject: last commit to fix warnings didnt set them at all, not it works as it should. also made cmakes output a lot quieter, messages can be uncommented for debugging or added back if other devs need this for some reason. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ac45e47486..89ee0707280 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1026,6 +1026,9 @@ if(WITH_ASSERT_ABORT) add_definitions(-DWITH_ASSERT_ABORT) endif() +# message(STATUS "Using CFLAGS: ${CMAKE_C_FLAGS}") +# message(STATUS "Using CXXFLAGS: ${CMAKE_CXX_FLAGS}") + #----------------------------------------------------------------------------- # Libraries -- cgit v1.2.3