Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
8ba204a6
Commit
8ba204a6
authored
Aug 12, 2016
by
Sebastian Niemann
Committed by
Brad King
Aug 15, 2016
Browse files
FindMatlab: Use pre-built libraries for MinGW if needed
parent
f99df807
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindMatlab.cmake
View file @
8ba204a6
...
...
@@ -1287,7 +1287,11 @@ set(Matlab_EXTERN_LIBRARY_DIR
${
Matlab_ROOT_DIR
}
/extern/lib/
${
_matlab_bin_prefix
}${
_matlab_current_suffix
}
)
if
(
WIN32
)
set
(
_matlab_lib_dir_for_search
${
Matlab_EXTERN_LIBRARY_DIR
}
/microsoft
)
if
(
MINGW
)
set
(
_matlab_lib_dir_for_search
${
Matlab_EXTERN_LIBRARY_DIR
}
/mingw64
)
else
()
set
(
_matlab_lib_dir_for_search
${
Matlab_EXTERN_LIBRARY_DIR
}
/microsoft
)
endif
()
set
(
_matlab_lib_prefix_for_search
"lib"
)
else
()
set
(
_matlab_lib_dir_for_search
${
Matlab_BINARIES_DIR
}
)
...
...
Brad King
💬
@brad.king
mentioned in commit
074d098f
·
Aug 16, 2016
mentioned in commit
074d098f
mentioned in commit 074d098ffb001c6e6c03483746c7bb6e02ab4484
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment