summaryrefslogtreecommitdiff
path: root/devel/ikos/files/patch-cmake_FindBoost.cmake
blob: a7a74af7cca3ce006e3cc0e0d4dcfb08ace61c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- cmake/FindBoost.cmake.orig	2019-02-23 02:50:42 UTC
+++ cmake/FindBoost.cmake
@@ -170,6 +170,9 @@
 #
 # Set Boost_NO_BOOST_CMAKE to ON to disable the search for boost-cmake.
 
+# https://gitlab.kitware.com/cmake/cmake/issues/18865
+set(Boost_NO_BOOST_CMAKE ON CACHE BOOL "Disable the search for boost-cmake")
+
 #-------------------------------------------------------------------------------
 # Before we go searching, check whether boost-cmake is available, unless the
 # user specifically asked NOT to search for boost-cmake.