Skip to content

Commit 0c62109

Browse files
authored
[CI] enforce cmakelint checks (#9728)
1 parent 9c22df9 commit 0c62109

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ jobs:
151151
python-package/xgboost/lib python-package/xgboost/rabit \
152152
python-package/xgboost/src
153153
154-
sh ./tests/ci_build/lint_cmake.sh || true
154+
sh ./tests/ci_build/lint_cmake.sh

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
3333
endif()
3434
endif()
3535

36-
include(${xgboost_SOURCE_DIR}/cmake/FindPrefetchIntrinsics.cmake)
36+
include(${xgboost_SOURCE_DIR}/cmake/PrefetchIntrinsics.cmake)
3737
find_prefetch_intrinsics()
3838
include(${xgboost_SOURCE_DIR}/cmake/Version.cmake)
3939
write_version()
File renamed without changes.

0 commit comments

Comments
 (0)