Skip to content

Commit

Permalink
math/highs: Remove tests from build
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jun 23, 2021
1 parent 3454c14 commit 46e137c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions math/highs/files/patch-CMakeLists.txt
@@ -0,0 +1,15 @@
- see https://github.com/ERGO-Code/HiGHS/issues/526

--- CMakeLists.txt.orig 2021-06-23 15:29:24 UTC
+++ CMakeLists.txt
@@ -304,7 +304,9 @@ endif()
# Targets
enable_testing()
add_subdirectory(app)
-add_subdirectory(check)
+if (BUILD_TESTING)
+ add_subdirectory(check)
+endif()
add_subdirectory(src)


0 comments on commit 46e137c

Please sign in to comment.