mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
4 lines
75 B
CMake
4 lines
75 B
CMake
|
if("numa" IN_LIST FEATURES)
|
||
|
list(APPEND B2_OPTIONS numa=on)
|
||
|
endif()
|