vcpkg/ports/boost-nowide/b2-options.cmake
2021-09-27 17:12:39 -07:00

4 lines
59 B
CMake

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