vcpkg/ports/pdal-c/remove-tests.patch

13 lines
285 B
Diff
Raw Normal View History

2018-07-20 08:40:19 +08:00
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1fbc4a4..e31e552 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,3 @@ endif()
add_subdirectory("source/pdal")
add_subdirectory("doc")
-
-include(CTest)
-add_subdirectory("tests/data")
-add_subdirectory("tests/pdal")