Skip to content

Commit fc414e7

Browse files
committed
revert cmake comment
1 parent 0c54ecf commit fc414e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if(CMAKE_CUDA_COMPILER_VERSION VERSION_GREATER_EQUAL 12.9 AND CMAKE_CUDA_COMPILE
153153
endif()
154154
list(APPEND CUOPT_CUDA_FLAGS -fopenmp)
155155

156-
# Add parallel compilation flags if PARALLEL_LEVEL is set
156+
# Add jobserver flags for parallel compilation if PARALLEL_LEVEL is set
157157
if(PARALLEL_LEVEL AND NOT "${PARALLEL_LEVEL}" STREQUAL "")
158158
message(STATUS "Enabling nvcc parallel compilation support")
159159
list(APPEND CUOPT_CUDA_FLAGS --threads=0 --split-compile=0)

0 commit comments

Comments
 (0)