mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 23:58:25 -05:00
7 lines
247 B
CMake
Executable File
7 lines
247 B
CMake
Executable File
if("icu" IN_LIST FEATURES)
|
|
set(B2_REQUIREMENTS "<library>/user-config//icuuc <library>/user-config//icudt <library>/user-config//icuin <define>BOOST_HAS_ICU=1")
|
|
if(APPLE)
|
|
list(APPEND B2_OPTIONS cxxstd=11)
|
|
endif()
|
|
endif()
|