From b8d485cf1809311c384e9010011781a5d3d0089f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 4 Mar 2011 10:03:39 +0000
Subject: [PATCH] gmsh_dynamic not a default target

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7896e64dc6..bde608eaaf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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
-- 
GitLab