From 2ab61a3aead829248157ca218230ad45fb5e2afb Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 11 Oct 2012 14:18:26 +0000
Subject: [PATCH] -Wall for onelab

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e43abf8d3f..05fd38f7b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -964,7 +964,7 @@ check_cxx_compiler_flag("-Wall" WALL)
 if(WALL)
   file(GLOB_RECURSE WALL_SRC Common/*.cpp Fltk/*.cpp FunctionSpace/*.cpp
        Geo/*.cpp Graphics/*.cpp Mesh/*.cpp Numeric/*.cpp Parser/*.cpp
-       Plugin/*.cpp Post/*.cpp Qt/*.cpp Solver/*.cpp)
+       Plugin/*.cpp Post/*.cpp Qt/*.cpp Solver/*.cpp contrib/onelab/*.cpp)
   set_source_files_properties(${WALL_SRC} COMPILE_FLAGS "-Wall")
 endif(WALL)
 
-- 
GitLab