mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
25 lines
554 B
Text
25 lines
554 B
Text
--- CMakeLists.txt.orig 2021-04-12 16:09:58 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -58,7 +58,7 @@ if(HAVE_OPEN_MEMSTREAM)
|
|
endif()
|
|
|
|
# Configure the library source
|
|
-add_subdirectory(src)
|
|
+#add_subdirectory(src)
|
|
|
|
# Configure the headers
|
|
add_subdirectory(include)
|
|
@@ -72,11 +72,11 @@ if(LIBPOLY_BUILD_PYTHON_API)
|
|
add_subdirectory(python)
|
|
|
|
# Configure the Python tests
|
|
- add_subdirectory(test/python)
|
|
+ #add_subdirectory(test/python)
|
|
|
|
endif()
|
|
|
|
# Configure the C++ tests
|
|
enable_testing()
|
|
-add_subdirectory(test/polyxx)
|
|
+#add_subdirectory(test/polyxx)
|
|
|