Build: Fix gcc pch builds

This commit is contained in:
Shauren
2020-06-20 13:03:13 +02:00
parent 7d9880252c
commit 8c4e6c5e14

View File

@@ -30,6 +30,11 @@ 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)
check_cxx_source_compiles("