This commit is contained in:
Steffen Schuemann 2021-07-04 18:05:35 +02:00
parent eee191875c
commit b36f13655a

View File

@ -32,6 +32,7 @@ endif()
if(CMAKE_CXX_STANDARD LESS 11) if(CMAKE_CXX_STANDARD LESS 11)
message(FATAL_ERROR "CMAKE_CXX_STANDARD is less than 11, ghc::filesystem only works with C++11 and above.") message(FATAL_ERROR "CMAKE_CXX_STANDARD is less than 11, ghc::filesystem only works with C++11 and above.")
endif() endif()
message(STATUS "CMAKE_CXX_COMPILE_FEATURES: ${CMAKE_CXX_COMPILE_FEATURES}")
add_library(ghc_filesystem INTERFACE) add_library(ghc_filesystem INTERFACE)
target_include_directories(ghc_filesystem INTERFACE target_include_directories(ghc_filesystem INTERFACE