Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
53992808
Commit
53992808
authored
Jul 13, 2016
by
Konstantin Podsvirov
Committed by
Brad King
Jul 13, 2016
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QtIFW: process USE_LGPL when CMake_INSTALL_COMPONENTS
parent
8ae035a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
CMakeCPack.cmake
CMakeCPack.cmake
+4
-2
No files found.
CMakeCPack.cmake
View file @
53992808
...
...
@@ -90,8 +90,10 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
endif
()
if
(
BUILD_QtDialog
)
list
(
APPEND _CPACK_IFW_COMPONENTS_ALL cmake-gui
)
set
(
_CPACK_IFW_COMPONENT_CMAKE-GUI_LICENSES
"set(CPACK_IFW_COMPONENT_CMAKE-GUI_LICENSES
\"
LGPLv2.1
\"
\"
${
CMake_SOURCE_DIR
}
/Licenses/LGPLv2.1.txt
\"
)"
)
if
(
USE_LGPL
)
set
(
_CPACK_IFW_COMPONENT_CMAKE-GUI_LICENSES
"set(CPACK_IFW_COMPONENT_CMAKE-GUI_LICENSES
\"
LGPLv
${
USE_LGPL
}
\"
\"
${
CMake_SOURCE_DIR
}
/Licenses/LGPLv
${
USE_LGPL
}
.txt
\"
)"
)
endif
()
endif
()
if
(
SPHINX_MAN
)
list
(
APPEND _CPACK_IFW_COMPONENTS_ALL sphinx-man
)
...
...
Brad King
@brad.king
mentioned in commit
2fe520d2
·
Jul 14, 2016
mentioned in commit
2fe520d2
mentioned in commit 2fe520d2b0b106ee65e54d037245228269adb43c
Toggle commit list
Brad King
@brad.king
Mentioned in commit
2fe520d2
·
Oct 03, 2016
Mentioned in commit
2fe520d2
Mentioned in commit 2fe520d2b0b106ee65e54d037245228269adb43c
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment