FindMatlab: only search registry on windows hosts

From Linux, it fails when cross-compiling
This commit is contained in:
Julien Schueller
2018-08-01 07:40:25 -04:00
parent f0e82ce9a2
commit 3434c22c29
+1 -1
View File
@@ -1369,7 +1369,7 @@ else()
# if the user does not specify the possible installation root, we look for
# one installation using the appropriate heuristics.
# There is apparently no standard way on Linux.
if(WIN32)
if(CMAKE_HOST_WIN32)
_Matlab_find_instances_win32(_matlab_possible_roots_win32)
list(APPEND _matlab_possible_roots ${_matlab_possible_roots_win32})
elseif(APPLE)