aboutsummaryrefslogtreecommitdiff
path: root/dep/boost
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-09-06 19:27:50 +0200
committerShauren <shauren.trinity@gmail.com>2022-09-06 19:27:50 +0200
commitadd53fb3ef410812b73a9143cb1a32d09b43002a (patch)
tree75e38f3aa4f724752ac7752919a6582524c0c4a6 /dep/boost
parent89652bd78f3e6333e0f7b8ff5fe65ee144a173a8 (diff)
Build: Update required cmake version to 3.18
* Remove cotire
Diffstat (limited to 'dep/boost')
-rw-r--r--dep/boost/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
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)