summaryrefslogtreecommitdiff
path: root/science/libgetar/files/patch-CMakeLists.txt
blob: 56a6953908f059c794ddc5775900fe64696cc1d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- CMakeLists.txt.orig	2024-07-17 00:16:02 UTC
+++ CMakeLists.txt
@@ -54,4 +54,6 @@ install(FILES ${GETAR_HEADERS} DESTINATION include/get
 
 install(FILES ${GETAR_HEADERS} DESTINATION include/getar)
 
+if (BUILD_TESTING)
 add_subdirectory(test)
+endif()