diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-22 14:59:52 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-22 15:34:14 (GMT) |
commit | 165e56950aef21468940384fe1b51cc7a676ef7d (patch) | |
tree | cdbbedc90fc5de3695c526d9ca32094026298269 /Tests/CMakeLists.txt | |
parent | 28f2ad941906248d2de8c9c32ddd3a0e57b13fc5 (diff) | |
download | CMake-165e56950aef21468940384fe1b51cc7a676ef7d.zip CMake-165e56950aef21468940384fe1b51cc7a676ef7d.tar.gz CMake-165e56950aef21468940384fe1b51cc7a676ef7d.tar.bz2 |
Tests/CPackWiXGenerator: support suppressing verification
Verification requires access to an active Windows session which may not
be the case in all testing environments.
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 0c8a639..d7e567c 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -978,6 +978,7 @@ ${CMake_SOURCE_DIR}/Utilities/Release/push.bash --dir dev -- '${CMake_BUILD_NIGH --build-options --test-command ${CMAKE_CMAKE_COMMAND} "-DCPackWiXGenerator_BINARY_DIR:PATH=${CMake_BINARY_DIR}/Tests/CPackWiXGenerator" + "-Dno_verify:BOOL=${CMake_TEST_WIX_NO_VERIFY}" "-Dconfig=\${CTEST_CONFIGURATION_TYPE}" -P "${CMake_SOURCE_DIR}/Tests/CPackWiXGenerator/RunCPackVerifyResult.cmake") |