mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:49:07 +08:00
15 lines
305 B
Diff
15 lines
305 B
Diff
|
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
|