summaryrefslogtreecommitdiff
path: root/Tests/Contracts/VTK
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-04-20 07:01:20 -0400
committerBrad King <brad.king@kitware.com>2020-04-20 12:46:51 -0400
commitcc56bf89d9ee0cfe9f583ac2bc9f3a58bd030ed0 (patch)
tree727e1dd92317eb22fbd4e43082660adab2927f12 /Tests/Contracts/VTK
parent04e05550bbd94ebd48dd3a034856df7f5b7d826f (diff)
downloadcmake-cc56bf89d9ee0cfe9f583ac2bc9f3a58bd030ed0.tar.gz
Tests/Contracts: Update VTK release branch build configuration
Configure our contract test to work with the VTK 9.0 branch.
Diffstat (limited to 'Tests/Contracts/VTK')
-rw-r--r--Tests/Contracts/VTK/Dashboard.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Contracts/VTK/Dashboard.cmake.in b/Tests/Contracts/VTK/Dashboard.cmake.in
index c3d10f4bf2..ae760bce9f 100644
--- a/Tests/Contracts/VTK/Dashboard.cmake.in
+++ b/Tests/Contracts/VTK/Dashboard.cmake.in
@@ -24,8 +24,8 @@ set(CTEST_BUILD_COMMAND "@CMAKE_MAKE_PROGRAM@ -j9 -i")
ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY})
file(WRITE "${CTEST_BINARY_DIRECTORY}/CMakeCache.txt" "
- BUILD_EXAMPLES:BOOL=ON
- BUILD_TESTING:BOOL=ON
+ VTK_BUILD_EXAMPLES:BOOL=ON
+ VTK_BUILD_TESTING:STRING=WANT
VTK_WRAP_PYTHON:BOOL=ON
ExternalData_OBJECT_STORES:FILEPATH=@base_dir@/ExternalData
")