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 39219fe commit 2957ca9Copy full SHA for 2957ca9
CMakeLists.txt
@@ -571,6 +571,12 @@ endif()
571
if(BUILD_TESTS)
572
enable_testing()
573
endif()
574
+
575
+if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.29)
576
+ # have "make test" depend on "make all"
577
+ set(CMAKE_SKIP_TEST_ALL_DEPENDENCY FALSE)
578
+endif()
579
580
# TODO: The `CMAKE_SKIP_BUILD_RPATH` variable setting can be deleted
581
# in the future after reordering Guix script commands to
582
# perform binary checks after the installation step.
0 commit comments