Build: Fix gcc pch builds

This commit is contained in:
Shauren
2020-06-20 13:03:13 +02:00
committed by Ovahlord
parent 4d39bb602e
commit c8a95068e5

View File

@@ -38,6 +38,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("