Skip to content
Snippets Groups Projects
Commit 49ab2bba authored by Andre Sailer's avatar Andre Sailer
Browse files

Add missing parenthesis

parent dae98fba
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ endif() ...@@ -8,7 +8,7 @@ endif()
MESSAGE( STATUS " *** MakeROOTMap.cmake run command : genmap -debug -i ${libname} -o ${rootmapfile} MESSAGE( STATUS " *** MakeROOTMap.cmake run command : genmap -debug -i ${libname} -o ${rootmapfile}
WORKING_DIRECTORY ${genmap_install_dir} " WORKING_DIRECTORY ${genmap_install_dir} "
)
EXECUTE_PROCESS( COMMAND EXECUTE_PROCESS( COMMAND
genmap -debug -i ${libname} -o ${rootmapfile} genmap -debug -i ${libname} -o ${rootmapfile}
WORKING_DIRECTORY ${genmap_install_dir} WORKING_DIRECTORY ${genmap_install_dir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment