Browse Source

Utilities/Release: Remove unused setting in Linux build

CMake_INSTALL_DEPENDENCIES is not needed because we link both
Qt and the toolchain runtime library statically.
Brad King 8 years ago
parent
commit
a12830c2fd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Utilities/Release/linux64_release.cmake

+ 0 - 1
Utilities/Release/linux64_release.cmake

@@ -37,7 +37,6 @@ CPACK_SYSTEM_NAME:STRING=Linux-x86_64
 BUILD_QtDialog:BOOL:=TRUE
 CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
 CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL:STRING=3
-CMake_INSTALL_DEPENDENCIES:BOOL=ON
 CMAKE_PREFIX_PATH:STRING=${qt_prefix}
 CMake_QT_STATIC_QXcbIntegrationPlugin_LIBRARIES:STRING=${qt_xcb_libs}
 ")