Append the gp_tool path to the system PATH using native slashes.

This commit is contained in:
David Partyka 2010-10-26 11:12:12 -04:00
parent 8e550ba31e
commit bee4802840
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ function(get_prerequisites target prerequisites_var exclude_system recurse exepa
endforeach(gp_env_path_element)
if(NOT gp_found_cmd_dlls_dir)
file(TO_NATIVE_PATH "${gp_cmd_dlls_dir}" gp_cmd_dlls_dir)
set(ENV{PATH} "$ENV{PATH};${gp_cmd_dlls_dir}")
endif()
endif(EXISTS "${gp_cmd_dlls_dir}")