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 @@ -579,10 +579,10 @@ add_custom_target(hsimple ALL DEPENDS tutorials/hsimple.root)
579579add_dependencies (hsimple onepcm)
580580if (WIN32 )
581581 set (hsimple_cmd COMMAND ${CMAKE_COMMAND} -E env PATH ="${CMAKE_RUNTIME_OUTPUT_DIRECTORY} \\\; %PATH%"
582- ROOT_INCLUDE_PATH=" ${DEFAULT_ROOT_INCLUDE_PATH} "
582+ ROOT_INCLUDE_PATH=${DEFAULT_ROOT_INCLUDE_PATH}
583583 ROOTIGNOREPREFIX=1 ROOT_HIST=0 $<TARGET_FILE:root.exe> -l -q -b -n -x ${CMAKE_SOURCE_DIR} /tutorials/hsimple.C -e return)
584584else ()
585- set (hsimple_cmd COMMAND ROOT_INCLUDE_PATH=" ${DEFAULT_ROOT_INCLUDE_PATH} " ${ld_library_path} =${CMAKE_LIBRARY_OUTPUT_DIRECTORY} :$ENV{${ld_library_path} }
585+ set (hsimple_cmd COMMAND ROOT_INCLUDE_PATH=${DEFAULT_ROOT_INCLUDE_PATH} ${ld_library_path} =${CMAKE_LIBRARY_OUTPUT_DIRECTORY} :$ENV{${ld_library_path} }
586586 ROOTIGNOREPREFIX=1 ROOT_HIST=0 $<TARGET_FILE:root.exe> -l -q -b -n -x ${CMAKE_SOURCE_DIR} /tutorials/hsimple.C -e return)
587587endif ()
588588add_custom_command (OUTPUT tutorials/hsimple.root
You can’t perform that action at this time.
0 commit comments