vcpkg/ports/boost-nowide/b2-options.cmake
2020-11-06 13:30:37 -08:00

4 lines
56 B
CMake

if(APPLE)
list(APPEND B2_OPTIONS cxxstd=11)
endif()