diff options
author | Brad King <brad.king@kitware.com> | 2016-06-17 19:02:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-17 19:02:54 (GMT) |
commit | 9ad10c8feb9ffd0adf0840379eedbae4df49ffd7 (patch) | |
tree | fa47a30421aca853983b15c34485150ffe7cca51 /Utilities/Release/win64_release.cmake | |
parent | 9e4725560493fdac423102469da6dbe1779383c4 (diff) | |
download | CMake-9ad10c8feb9ffd0adf0840379eedbae4df49ffd7.zip CMake-9ad10c8feb9ffd0adf0840379eedbae4df49ffd7.tar.gz CMake-9ad10c8feb9ffd0adf0840379eedbae4df49ffd7.tar.bz2 |
cmake-gui: Reference LGPLv3 when redistributing Qt
Download http://www.gnu.org/licenses/lgpl.txt and place it as
Licenses/LGPLv3.txt in our source tree. When building cmake-gui, use
option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification in the
"About" dialog of how the distribution of Qt is licensed. Install the
license file as ${CMAKE_ROOT}/Licenses/LGPLv3.txt so that the dialog can
display a path to it.
Diffstat (limited to 'Utilities/Release/win64_release.cmake')
-rw-r--r-- | Utilities/Release/win64_release.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Release/win64_release.cmake b/Utilities/Release/win64_release.cmake index 8e207b5..923cc96 100644 --- a/Utilities/Release/win64_release.cmake +++ b/Utilities/Release/win64_release.cmake @@ -16,7 +16,7 @@ CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE CMAKE_Fortran_COMPILER:FILEPATH=FALSE CMAKE_GENERATOR:INTERNAL=Ninja BUILD_QtDialog:BOOL:=TRUE -CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL:BOOL=TRUE +CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL:STRING=3 CMake_INSTALL_DEPENDENCIES:BOOL=ON CMAKE_EXE_LINKER_FLAGS:STRING=-machine:x64 -subsystem:console,5.02 ") |