mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 03:38:43 -06:00
Don't resolve directories; are never relative.
This commit is contained in:
@@ -151,7 +151,6 @@ function(fixup_qt4_executable executable)
|
||||
endforeach()
|
||||
|
||||
resolve_qt4_paths(libs "${executable_path}")
|
||||
resolve_qt4_paths(dirs "${executable_path}")
|
||||
|
||||
if(write_qt_conf)
|
||||
set(qt_conf_contents "[Paths]\nPlugins = ${plugins_dir}")
|
||||
@@ -265,7 +264,6 @@ function(install_qt4_executable executable)
|
||||
endforeach()
|
||||
|
||||
resolve_qt4_paths(libs)
|
||||
resolve_qt4_paths(dirs)
|
||||
|
||||
install(CODE
|
||||
" INCLUDE( \"${DeployQt4_cmake_dir}/DeployQt4.cmake\" )
|
||||
|
||||
Reference in New Issue
Block a user