blob: 6a922029272899d10eb485abb90433d58b1276d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake
index c2a0ee4..2735a07 100644
--- a/cmake/SearchForStuff.cmake
+++ b/cmake/SearchForStuff.cmake
@@ -13,7 +13,6 @@ if (WIN32)
set(Boost_USE_STATIC_RUNTIME OFF)
endif()
-include(FindBoost)
find_package(Boost ${MIN_BOOST_VERSION})
if (NOT Boost_FOUND)
|