mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +08:00
e6b174ed58
* [ampl-mp] Add new port This port aims for solver development, so it does not build any existing solver modules. The shared library build is disabled for now because it has some problem on Windows. closes: #4491 * [ampl-mp] Disable MATLAB MEX support
12 lines
304 B
Diff
12 lines
304 B
Diff
--- a/src/asl/CMakeLists.txt 2019-02-08 16:42:50.793071700 -0600
|
|
+++ b/src/asl/CMakeLists.txt 2019-02-08 16:44:04.960894500 -0600
|
|
@@ -266,7 +266,7 @@ endif ()
|
|
|
|
target_link_libraries(asl ${CMAKE_DL_LIBS})
|
|
|
|
-find_package(MATLAB)
|
|
+set(MATLAB_FOUND)
|
|
if (MATLAB_FOUND)
|
|
set(matlab_asl asl)
|
|
if (MSVC)
|