We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52d62f commit f6e1dd6Copy full SHA for f6e1dd6
1 file changed
builtins/unuran/CMakeLists.txt
@@ -42,9 +42,11 @@ ExternalProject_Add(
42
PATCH_COMMAND ${GIT_EXECUTABLE} apply --ignore-space-change --ignore-whitespace ${ROOT_UNURAN_PATCH_FILE_1}
43
SOURCE_SUBDIR src
44
LOG_DOWNLOAD TRUE
45
- LOG_CONFIGURE TRUE
46
- LOG_BUILD TRUE
47
- LOG_INSTALL TRUE
+# The following three are disabled to avoid CI failure in Ubuntu22 that has outdated CMake version
+# See https://github.com/root-project/root/issues/16733
+# LOG_CONFIGURE TRUE
48
+# LOG_BUILD TRUE
49
+# LOG_INSTALL TRUE
50
LOG_OUTPUT_ON_FAILURE TRUE
51
CMAKE_ARGS -G ${CMAKE_GENERATOR}
52
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
0 commit comments