mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
bf482a9b58
* [ampl-asl] Separate port ampl-mp module asl to ampl-asl * [ampl-mp] Update version, separate port ampl-asl and fix arm build * update baseline * [VMSS] Pre-install ampl-mp:x86-windows * Update ports/ampl-asl/portfile.cmake
14 lines
340 B
Diff
14 lines
340 B
Diff
diff --git a/src/asl/CMakeLists.txt b/src/asl/CMakeLists.txt
|
|
index b7d7ecf..c31a032 100644
|
|
--- a/src/asl/CMakeLists.txt
|
|
+++ b/src/asl/CMakeLists.txt
|
|
@@ -59,7 +59,7 @@ endif ()
|
|
|
|
target_link_libraries(aslmp ${CMAKE_DL_LIBS})
|
|
|
|
-find_package(MATLAB)
|
|
+set(MATLAB_FOUND)
|
|
if (MATLAB_FOUND AND MATLAB_BUILD)
|
|
set(matlab_asl asl)
|
|
if (MSVC)
|