Skip to content

Commit

Permalink
Cmake fix for building LLVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnWilkinson committed Nov 7, 2024
1 parent e7d34e1 commit b8a2647
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 @@ -222,7 +222,7 @@ if(SIMENG_ENABLE_TESTS)
# We also include the headers and CMake exports for a *complete* build
install-llvm-headers
install-cmake-exports
-j ${N}
-j ${NPROC}

${COMMAND_ECHO_OPTION}
RESULT_VARIABLE SUCCESS)
Expand Down

0 comments on commit b8a2647

Please sign in to comment.