diff options
author | Brad King <brad.king@kitware.com> | 2015-11-06 19:58:11 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-11-06 19:58:11 (GMT) |
commit | 39e830a98e81929ce95694f2f81d92ffd3f14d5b (patch) | |
tree | 509d3dc882e05a5138e15db16b55a1aecdab774d /Tests/CMakeLists.txt | |
parent | 5bd78b0e999d28b163485232e434f5c7a5678ddd (diff) | |
parent | e5b70ed0137df3b72f279a039cbdae1a20784473 (diff) | |
download | CMake-39e830a98e81929ce95694f2f81d92ffd3f14d5b.zip CMake-39e830a98e81929ce95694f2f81d92ffd3f14d5b.tar.gz CMake-39e830a98e81929ce95694f2f81d92ffd3f14d5b.tar.bz2 |
Merge topic 'cpack-deb-config-file-source-field'
e5b70ed0 CPackDEB: added config file optional Source field
f2d98e2d CPackDEB: minor documentation and debug logging fixes
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index e13dc79..f381758 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1033,6 +1033,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release set(DEB_CONFIGURATIONS_TO_TEST "components-lintian-dpkgdeb-checks" "components-description1" "components-description2" + "components-source" "components-shlibdeps1" "components-depend1" "components-depend2" |