Skip to content
Snippets Groups Projects
Commit d21742fb authored by Maxime Graulich's avatar Maxime Graulich
Browse files

fix warning

parent 3ebc670c
Branches
Tags
No related merge requests found
...@@ -19,7 +19,7 @@ if(NOT ENABLE_UDT) ...@@ -19,7 +19,7 @@ if(NOT ENABLE_UDT)
set(SRC set(SRC
${SRC} ${SRC}
noudt.cpp) noudt.cpp)
endif(ENABLE_UDT) endif(NOT ENABLE_UDT)
file(GLOB HDR RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.h) file(GLOB HDR RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.h)
append_gmsh_src(contrib/onelab2 "${SRC};${HDR}") append_gmsh_src(contrib/onelab2 "${SRC};${HDR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment