CMake: Remove special handling of the 'rpath' feature
configurejson2cmake handles the 'rpath' feature now. There's no need to special-case it anymore. Change-Id: I9aa9c9acdeb586de09d8a8d269909f8acb02e40a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
da6f021b52
commit
2ea4320bf7
@ -643,13 +643,6 @@ function(qt_generate_global_config_pri_file)
|
||||
set(qt_build_config_type "static")
|
||||
endif()
|
||||
|
||||
# configure2cmake skips the "rpath" feature, so emulate it here for qmake support:
|
||||
if(CMAKE_SKIP_RPATH)
|
||||
list(APPEND disabled_features rpath)
|
||||
elseif(LINUX OR APPLE)
|
||||
list(APPEND enabled_features rpath)
|
||||
endif()
|
||||
|
||||
string (REPLACE ";" " " enabled_features "${enabled_features}")
|
||||
string (REPLACE ";" " " disabled_features "${disabled_features}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user