Print

Print


Commit in lcio/src/cpp/include/rootDict on MAIN
CMakeLists.txt+2-31.4 -> 1.5
bug fix: missing NO_DEFAULT_PATH in FIND_PROGRAM( rootcint ... )

lcio/src/cpp/include/rootDict
CMakeLists.txt 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- CMakeLists.txt	25 Jun 2010 11:03:24 -0000	1.4
+++ CMakeLists.txt	25 Jun 2010 12:12:02 -0000	1.5
@@ -64,13 +64,11 @@
         OUTPUT  ${dict_src_file}
         #COMMAND ${ROOT_HOME}/bin/rootcint
         #COMMAND $ENV{ROOTSYS}/bin/rootcint
-        #COMMAND ${SH} ${ROOT_ENV_INIT} ${ROOT_CINT} ### somehow rootcint does not like to be called with full path !! ...
-        COMMAND ${SH} ${ROOT_ENV_INIT} rootcint
+        COMMAND ${SH} ${ROOT_ENV_INIT} ${ROOT_CINT}
         ARGS -f ${dict_src_file} -c -DHANDLE_LCIO_EXCEPTIONS=IGNORED_FOR_CINT
         -I${AID_GEN_CXX_HEADERS_DIR} -I${LCIO_CXX_HEADERS_DIR} ${header_full_path} ${dict_hdr_file}
         WORKING_DIRECTORY "${LCIO_BINARY_DIR}"
         DEPENDS ${dict_hdr_file}
-        #COMMENT "generating ${dict_src}"
         COMMENT "generating ${dict_src}"
     )
 
@@ -85,6 +83,7 @@
 FIND_PROGRAM( ROOT_CINT
     rootcint
     ${ROOT_HOME}/bin
+    NO_DEFAULT_PATH
 )
 
 
CVSspam 0.2.8