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

ios

parent a954a7e6
No related branches found
No related tags found
No related merge requests found
......@@ -1336,7 +1336,7 @@ endif(NOWARN)
check_cxx_compiler_flag("-O0" NOOPT)
if(NOOPT OR ENABLE_BUILD_IOS)
if(ENABLE_BUILD_IOS) # optimized iOS 10 64 bits screws somewhere in Geo
file(GLOB_RECURSE NOOPT_SRC Geo/*.cpp Mesh/BDS.cpp Parser/Gmsh.tab.cpp
file(GLOB_RECURSE NOOPT_SRC Geo/G*.cpp Mesh/BDS.cpp Parser/Gmsh.tab.cpp
contrib/Tetgen1.5/predicates.cxx)
else(ENABLE_BUILD_IOS)
file(GLOB_RECURSE NOOPT_SRC Mesh/BDS.cpp Parser/Gmsh.tab.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment