yuzu/externals/vcpkg/ports/boost-json/b2-options.cmake

3 lines
57 B
CMake
Raw Normal View History

2022-07-23 05:01:36 +04:00
if(APPLE)
list(APPEND B2_OPTIONS cxxstd=11)
endif()