zeek/auxil/vcpkg/ports/mongo-cxx-driver/cmake-project-include.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

5 lines
174 B
CMake

if(BSONCXX_POLY_USE_STD AND NOT CMAKE_CXX_STANDARD VERSION_GREATER_EQUAL "17")
message(WARNING "Enabling C++17 compiler support.")
set(CMAKE_CXX_STANDARD 17)
endif()