From add53fb3ef410812b73a9143cb1a32d09b43002a Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 6 Sep 2022 19:27:50 +0200 Subject: Build: Update required cmake version to 3.18 * Remove cotire --- dep/boost/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dep/boost') diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index 8cfe4a786fd..fc257847f5d 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -21,11 +21,6 @@ if(WIN32) set(Boost_USE_STATIC_RUNTIME OFF) endif() -if (CMAKE_VERSION VERSION_LESS "3.16.0") - # boost's own cmake file adds extra compile definitions that cotire fails to pick up - set(Boost_NO_BOOST_CMAKE ON) -endif() - include (CheckCXXSourceCompiles) if (WIN32) -- cgit v1.2.3