4 lines
75 B
CMake
4 lines
75 B
CMake
|
if("numa" IN_LIST FEATURES)
|
||
|
list(APPEND B2_OPTIONS numa=on)
|
||
|
endif()
|