From 3851043c52834dd919a64939d3073c926b0e3659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com> Date: Thu, 15 Mar 2018 08:49:46 +0100 Subject: [PATCH] Added -Wall compile flag --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3ab56d60..15bafd081 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ include_directories(utils) # Compiler flags include(GetKokkosCompilerFlags) +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall") # Pastis binary add_executable(pastis main.cpp) -- GitLab