From 2305ca095bee6b32c930f71b99d4c1205ceb561b Mon Sep 17 00:00:00 2001 From: hasufell Date: Tue, 26 Jun 2012 00:13:32 +0200 Subject: don't overwrite system/environment CXXFLAGS Reviewed-by: Ablu. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 45b58ac0..9501b617 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,7 @@ FIND_PACKAGE(Gettext REQUIRED) IF (CMAKE_COMPILER_IS_GNUCXX) # Help getting compilation warnings - SET(CMAKE_CXX_FLAGS "-Wall") + SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall") IF (WIN32) # This includes enough debug information to get something useful # from Dr. Mingw while keeping binary size down. Almost useless -- cgit v1.2.3-60-g2f50