Skip to content
Snippets Groups Projects
Commit 2ab61a3a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

-Wall for onelab

parent 94991021
No related branches found
No related tags found
No related merge requests found
...@@ -964,7 +964,7 @@ check_cxx_compiler_flag("-Wall" WALL) ...@@ -964,7 +964,7 @@ check_cxx_compiler_flag("-Wall" WALL)
if(WALL) if(WALL)
file(GLOB_RECURSE WALL_SRC Common/*.cpp Fltk/*.cpp FunctionSpace/*.cpp file(GLOB_RECURSE WALL_SRC Common/*.cpp Fltk/*.cpp FunctionSpace/*.cpp
Geo/*.cpp Graphics/*.cpp Mesh/*.cpp Numeric/*.cpp Parser/*.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") set_source_files_properties(${WALL_SRC} COMPILE_FLAGS "-Wall")
endif(WALL) endif(WALL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment