diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /math/py-libpoly/files/patch-CMakeLists.txt | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'math/py-libpoly/files/patch-CMakeLists.txt')
| -rw-r--r-- | math/py-libpoly/files/patch-CMakeLists.txt | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/math/py-libpoly/files/patch-CMakeLists.txt b/math/py-libpoly/files/patch-CMakeLists.txt index d2ba6e85d001..2080180203fd 100644 --- a/math/py-libpoly/files/patch-CMakeLists.txt +++ b/math/py-libpoly/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2021-04-12 16:09:58 UTC +--- CMakeLists.txt.orig 2025-11-28 09:04:30 UTC +++ CMakeLists.txt -@@ -58,7 +58,7 @@ if(HAVE_OPEN_MEMSTREAM) +@@ -61,7 +61,7 @@ endif() endif() # Configure the library source @@ -9,17 +9,19 @@ # Configure the headers add_subdirectory(include) -@@ -72,11 +72,11 @@ if(LIBPOLY_BUILD_PYTHON_API) +@@ -71,13 +71,13 @@ if(LIBPOLY_BUILD_PYTHON_API) + # Configure the Python bindings 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) + if (BUILD_TESTING) + # Configure the C++ tests + enable_testing() + add_subdirectory(test/poly) +- add_subdirectory(test/polyxx) ++ #add_subdirectory(test/polyxx) + endif() |
