early-access version 2853
This commit is contained in:
6
externals/vcpkg/ports/pdal/cmake-project-include.cmake
vendored
Executable file
6
externals/vcpkg/ports/pdal/cmake-project-include.cmake
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
include(CheckIncludeFileCXX)
|
||||
|
||||
check_include_file_cxx("filesystem" HAVE_CXX17_FILESYSTEM)
|
||||
if(NOT HAVE_CXX17_FILESYSTEM)
|
||||
message(FATAL_ERROR "Unable to find <filesystem> header. PDAL requires full C++17 compiler support.")
|
||||
endif()
|
||||
Reference in New Issue
Block a user