Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a965b6a1 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

findMatlab

parent c7f246a1
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ if(UNIX) ...@@ -30,6 +30,8 @@ if(UNIX)
endif(APPLE) endif(APPLE)
else(UNIX) else(UNIX)
message(STATUS "WINDOWS OPERATING SYSTEM") message(STATUS "WINDOWS OPERATING SYSTEM")
exec_program("${CMAKE_SOURCE_DIR}/CMake/find_matlab_path.bat")
#exec_program("which matlab | xargs echo" OUTPUT_VARIABLE MATLAB_DIR_TMP)
endif(UNIX) endif(UNIX)
###### tmp directory where temporary objects will be located ###### ###### tmp directory where temporary objects will be located ######
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment