Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 21, 2025
1 parent cf5a199 commit bfcc6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ endif()
if(USE_DLOPEN_NCCL AND (NOT (CMAKE_SYSTEM_NAME STREQUAL "Linux")))
message(SEND_ERROR "`USE_DLOPEN_NCCL` supports only Linux at the moment.")
endif()
if (USE_DLOPEN_NCCL AND BUILD_WITH_SHARED_NCCL)
if(USE_DLOPEN_NCCL AND BUILD_WITH_SHARED_NCCL)
message(SEND_ERROR "`USE_DLOPEN_NCCL` can not be used with `BUILD_WITH_SHARED_NCCL`")
endif ()
endif()
if(JVM_BINDINGS AND R_LIB)
message(SEND_ERROR "`R_LIB' is not compatible with `JVM_BINDINGS' as they both have customized configurations.")
endif()
Expand Down

0 comments on commit bfcc6ed

Please sign in to comment.