summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-09 11:17:02 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-09 11:17:02 +0200
commitc09f54487cc88eeb3afe1629ff8a3edc223df1eb (patch)
treeca903b51998f363ec87d486d782a440f4aa031ff
parente213f44cdf0b2e2cfa854789c5f14cbb5cb4ec96 (diff)
Even if CGAL was requiring boost::thread no need to find it for gudhi. boost::thread removed from cgal on https://github.com/CGAL/cgal/commit/8a7d3fa
-rw-r--r--src/cmake/modules/GUDHI_third_party_libraries.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake
index 489f3de5..1fbc4244 100644
--- a/src/cmake/modules/GUDHI_third_party_libraries.cmake
+++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake
@@ -1,6 +1,6 @@
# This files manage third party libraries required by GUDHI
-find_package(Boost 1.56.0 QUIET OPTIONAL_COMPONENTS system thread filesystem unit_test_framework program_options)
+find_package(Boost 1.56.0 QUIET OPTIONAL_COMPONENTS filesystem unit_test_framework program_options)
# Boost_FOUND is not reliable
if(NOT Boost_VERSION)