mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 05:34:04 -05:00
4 lines
59 B
CMake
4 lines
59 B
CMake
|
if(APPLE)
|
||
|
list(APPEND B2_OPTIONS cxxstd=11)
|
||
|
endif()
|