summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-08-21 03:28:08 (GMT)
committerBrad King <brad.king@kitware.com>2022-09-22 13:24:48 (GMT)
commitf31c784a2d1742dbe1cf321c1c0dd225ce3941a0 (patch)
treef3ce8a61e6483e1338e5ede23be24e5d6060bca9 /Source/QtDialog
parent89a1e1c1be9ea7519b0c52d30087d95062a091d1 (diff)
downloadCMake-f31c784a2d1742dbe1cf321c1c0dd225ce3941a0.zip
CMake-f31c784a2d1742dbe1cf321c1c0dd225ce3941a0.tar.gz
CMake-f31c784a2d1742dbe1cf321c1c0dd225ce3941a0.tar.bz2
Build: Eliminate one time used variable
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index 2766db8..989a929 100644
--- a/Source/QtDialog/CMakeLists.txt
+++ b/Source/QtDialog/CMakeLists.txt
@@ -314,12 +314,10 @@ if(APPLE)
$<TARGET_FILE_DIR:cmake>/cmake-gui
)
endif()
-set(CMAKE_INSTALL_DESTINATION_ARGS
- BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" ${COMPONENT})
install(TARGETS cmake-gui
RUNTIME DESTINATION bin ${COMPONENT}
- ${CMAKE_INSTALL_DESTINATION_ARGS})
+ BUNDLE DESTINATION "${CMAKE_BUNDLE_LOCATION}" ${COMPONENT})
if(UNIX AND NOT APPLE)
foreach(size IN ITEMS 32 128)