From 87cdb2a1191d4ab0f8a111d44a7f776c18ba85d9 Mon Sep 17 00:00:00 2001 From: Bartosz Broda <bartosz.broda@gmail.com> Date: Tue, 30 Nov 2010 15:04:48 +0100 Subject: [PATCH] bugfix in cmakelists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ccdc1f..95e5172 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) # Strict compilation for C files is disabled until somebody wants to clean them. - set(CMAKE_C_FLAGS"-W -Wall -ansi $ENV{CFLAGS}" + set(CMAKE_C_FLAGS "-W -Wall -ansi $ENV{CFLAGS}" CACHE STRING "Flags used by the C compiler during normal builds." FORCE) set(CMAKE_C_FLAGS_DEBUG "-O0 -DDEBUG -ggdb3 -W -Wall -ansi $ENV{CFLAGS}" CACHE STRING "Flags used by the C compiler during debug builds." FORCE) -- GitLab