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

gmsh_dynamic not a default target

parent 962ea9a0
No related branches found
No related tags found
No related merge requests found
......@@ -889,7 +889,7 @@ else(HAVE_FLTK)
endif(HAVE_FLTK)
target_link_libraries(gmsh ${LINK_LIBRARIES})
add_executable(gmsh_dynamic Fltk/Main.cpp)
add_executable(gmsh_dynamic EXCLUDE_FROM_ALL Fltk/Main.cpp)
target_link_libraries(gmsh_dynamic shared)
# increase stack to 16Mb on Windows to avoid overflows in recursive
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment