mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 19:11:55 +01:00
12 lines
313 B
Diff
12 lines
313 B
Diff
--- a/tsl/test/CMakeLists.txt
|
|
+++ b/tsl/test/CMakeLists.txt
|
|
@@ -122,7 +122,7 @@
|
|
|
|
if(_install_checks)
|
|
add_custom_target(installcheck-t DEPENDS ${_install_checks})
|
|
- add_dependencies(installcheck installcheck-t)
|
|
+# add_dependencies(installcheck installcheck-t)
|
|
endif()
|
|
|
|
if(CMAKE_BUILD_TYPE MATCHES Debug)
|