aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/coin-or-cbc/disable_glpk.patch
blob: 18785807977a7b0963adb64d82c1e9afb49622de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/CbcSolver.cpp b/src/CbcSolver.cpp
index 93da884..1c9d463 100644
--- a/src/CbcSolver.cpp
+++ b/src/CbcSolver.cpp
@@ -32,6 +32,9 @@
 void CbcCrashHandler(int sig);
 #endif
 
+// glpk currently not supported
+#undef COINUTILS_HAS_GLPK
+
 #ifdef COINUTILS_HAS_GLPK
 #include "glpk.h"
 #endif