summaryrefslogtreecommitdiff
path: root/src/cmake/modules/GUDHI_user_version_target.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake/modules/GUDHI_user_version_target.cmake')
-rw-r--r--src/cmake/modules/GUDHI_user_version_target.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/modules/GUDHI_user_version_target.cmake b/src/cmake/modules/GUDHI_user_version_target.cmake
index 4abc2574..87141380 100644
--- a/src/cmake/modules/GUDHI_user_version_target.cmake
+++ b/src/cmake/modules/GUDHI_user_version_target.cmake
@@ -49,9 +49,9 @@ if (NOT CMAKE_VERSION VERSION_LESS 2.8.11)
set(GUDHI_DIRECTORIES "doc;example;concept;utilities")
if (NOT CGAL_VERSION VERSION_GREATER 4.11.0)
- set(GUDHI_INCLUDE_DIRECTORIES "include/gudhi;include/gudhi_patches")
+ set(GUDHI_INCLUDE_DIRECTORIES "include/gudhi;include/Miniball;include/gudhi_patches")
else ()
- set(GUDHI_INCLUDE_DIRECTORIES "include/gudhi")
+ set(GUDHI_INCLUDE_DIRECTORIES "include/gudhi;include/Miniball")
endif ()
foreach(GUDHI_MODULE ${GUDHI_MODULES_FULL_LIST})