Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c7a85bdf authored by testcdash Nicolas Bellot's avatar testcdash Nicolas Bellot Committed by hhakim
Browse files

bug find matlab in windoxs

parent 4b5cfac4
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ elseif(WIN32)
# On enregistre la premiére ligne du fichier logPath.txt comme chemin de matlab.
# Si plusieurs versions de matlab, WARNING
string(REGEX REPLACE "(\n)[a-zA-Z0-9_/\\:.\n]+" "\\1" contents1 "${contents}")
string(REGEX REPLACE "(\n)[a-zA-Z0-9_/\\:.\n\ ]+" "\\1" contents1 "${contents}")
string(REGEX REPLACE "\n" "" contents1 "${contents1}")
# On garde la 2éme ligne
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment