File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,10 +532,10 @@ add_custom_target(hsimple ALL DEPENDS tutorials/hsimple.root)
532532add_dependencies (hsimple onepcm)
533533if (WIN32 )
534534 set (hsimple_cmd COMMAND ${CMAKE_COMMAND} -E env PATH ="${CMAKE_RUNTIME_OUTPUT_DIRECTORY} \\\; %PATH%"
535- ROOTIGNOREPREFIX=1 ROOT_HIST=0 $<TARGET_FILE:root.exe> -l -q -b -n -x hsimple.C -e return)
535+ ROOTIGNOREPREFIX=1 ROOT_HIST=0 $<TARGET_FILE:root.exe> -l -q -b -n -x ${CMAKE_SOURCE_DIR} /tutorials/ hsimple.C -e return)
536536else ()
537537 set (hsimple_cmd COMMAND ${MODULES_ROOT_INCPATH} ${ld_library_path} =${CMAKE_LIBRARY_OUTPUT_DIRECTORY} :$ENV{${ld_library_path} }
538- ROOTIGNOREPREFIX=1 ROOT_HIST=0 $<TARGET_FILE:root.exe> -l -q -b -n -x hsimple.C -e return)
538+ ROOTIGNOREPREFIX=1 ROOT_HIST=0 $<TARGET_FILE:root.exe> -l -q -b -n -x ${CMAKE_SOURCE_DIR} /tutorials/ hsimple.C -e return)
539539endif ()
540540add_custom_command (OUTPUT tutorials/hsimple.root
541541 ${hsimple_cmd}
You can’t perform that action at this time.
0 commit comments