Skip to content

Commit

Permalink
set CC and CXX for NUMA
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Dec 16, 2022
1 parent aa6e602 commit 82d5aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ if (SCOPE_USE_NUMA)
UPDATE_COMMAND ""
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./autogen.sh
COMMAND ./configure --prefix=${CMAKE_CURRENT_BINARY_DIR}/numa-prefix/install
COMMAND ./configure --prefix=${CMAKE_CURRENT_BINARY_DIR}/numa-prefix/install CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER}
BUILD_COMMAND make -j4
)
ExternalProject_Get_Property(numa INSTALL_DIR)
Expand Down

0 comments on commit 82d5aab

Please sign in to comment.