3 lines
59 B
CMake
Executable file
3 lines
59 B
CMake
Executable file
if(APPLE)
|
|
list(APPEND B2_OPTIONS cxxstd=11)
|
|
endif()
|