mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
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)
|