From ceba89c4701e78c8645f545850be5d6c6244e045 Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Tue, 21 Jul 2015 18:31:16 +0200 Subject: [PATCH] ups --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dce953b..72fdbd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ else() endif() # Enable full warnings - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}-Wall -pedantic -Wextra") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra") # Find Threads find_package (Threads)