diff --git a/CMakeLists.txt b/CMakeLists.txt index 13bdaa49bc595342849b4d02f7003c186a50af24..b2198bd942ac23f5dda6fdeb1c2c453c9976416c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -876,9 +876,9 @@ include_directories(Common Fltk Geo Graphics Mesh Solver Numeric Parser # set this for external codes that might include this CMakeList file set(GMSH_EXTERNAL_INCLUDE_DIRS ${EXTERNAL_INCLUDES} CACHE - STRING "External include directories") + STRING "External include directories" FORCE) set(GMSH_EXTERNAL_LIBRARIES ${EXTERNAL_LIBRARIES} CACHE - STRING "External libraries") + STRING "External libraries" FORCE) # group sources for easier navigation in IDEs foreach(DIR ${GMSH_DIRS})