diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-18 00:31:09 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-18 00:31:43 -0800 |
commit | 30fd631ce5ca62b4f63452571c4767f8c9ca607e (patch) | |
tree | c6830577a1baa54df1c4641c593ace1005eccc62 /math/trlib/files/patch-CMakeLists.txt | |
parent | www/moodle310: Update to 3.10.9 (diff) |
math/trlib: New port: Trust Region Subproblem Solver Library
Diffstat (limited to 'math/trlib/files/patch-CMakeLists.txt')
-rw-r--r-- | math/trlib/files/patch-CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/trlib/files/patch-CMakeLists.txt b/math/trlib/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..26bb41db4f11 --- /dev/null +++ b/math/trlib/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2022-01-18 08:15:22 UTC ++++ CMakeLists.txt +@@ -17,5 +17,7 @@ add_subdirectory(src) + add_subdirectory(bindings) + add_subdirectory(examples) + enable_testing() ++if (BUILD_TESTING) + add_subdirectory(tests) ++endif() + add_subdirectory(doc) |