From 49ab2bba01533f722ce96076cc6fa3e5f051559f Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Tue, 10 Sep 2013 11:33:08 +0000 Subject: [PATCH] Add missing parenthesis --- cmake/MakeRootMap.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/MakeRootMap.cmake b/cmake/MakeRootMap.cmake index 448d49ca2..239a7ef1e 100644 --- a/cmake/MakeRootMap.cmake +++ b/cmake/MakeRootMap.cmake @@ -8,7 +8,7 @@ endif() MESSAGE( STATUS " *** MakeROOTMap.cmake run command : genmap -debug -i ${libname} -o ${rootmapfile} WORKING_DIRECTORY ${genmap_install_dir} " - +) EXECUTE_PROCESS( COMMAND genmap -debug -i ${libname} -o ${rootmapfile} WORKING_DIRECTORY ${genmap_install_dir} -- GitLab