Skip to content

Commit

Permalink
Test if PARENT_SCOPE is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 22, 2023
1 parent 4c21f2a commit 5bd3bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/tools/cmake/BuildMatlabArrowInterface.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function(set_matlab_variables)
message(FATAL_ERROR "Unknown MATLAB Release")
endif()

set(Matlab_VERSION_STRING "${matlab_release_version}" PARENT_SCOPE)
set(Matlab_VERSION_STRING "${matlab_release_version}")
set(Matlab_ENGINE_LIBRARY "${Matlab_ROOT_DIR}/extern/lib/win64/microsoft/libMatlabEngine.lib" PARENT_SCOPE)
set(Matlab_DATAARRAY_LIBRARY "${Matlab_ROOT_DIR}/extern/lib/win64/microsoft/libMatlabDataArray.lib" PARENT_SCOPE)
set(Matlab_MEX_LIBRARY "${Matlab_ROOT_DIR}/extern/lib/win64/microsoft/libmex.lib" PARENT_SCOPE)
Expand Down

0 comments on commit 5bd3bd9

Please sign in to comment.