From e06e511711e6ffe7acea2b2e722a408200d49ec3 Mon Sep 17 00:00:00 2001 From: Naios 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)