summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorFeRD (Frank Dana) <ferdnyc@gmail.com>2022-09-03 03:49:45 (GMT)
committerFeRD (Frank Dana) <ferdnyc@gmail.com>2022-09-03 05:14:43 (GMT)
commit047c98f4a066e4481bac19b16221ae909bb8da91 (patch)
tree7c200466e19c6f1dbb7da0601b23ca2e29fd271c /Tests
parentb4c5b5a5f9b833f165d431babb26034e35553473 (diff)
downloadCMake-047c98f4a066e4481bac19b16221ae909bb8da91.zip
CMake-047c98f4a066e4481bac19b16221ae909bb8da91.tar.gz
CMake-047c98f4a066e4481bac19b16221ae909bb8da91.tar.bz2
FindPackageTest: Replace VTK with Boost
Diffstat (limited to 'Tests')
-rw-r--r--Tests/FindPackageTest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPackageTest/CMakeLists.txt b/Tests/FindPackageTest/CMakeLists.txt
index c25b2c3..e4143b9 100644
--- a/Tests/FindPackageTest/CMakeLists.txt
+++ b/Tests/FindPackageTest/CMakeLists.txt
@@ -20,7 +20,7 @@ find_package(OpenGL QUIET)
find_package(NotAPackage QUIET)
# Look for a package that has an advanced find module.
-find_package(VTK QUIET)
+find_package(Boost QUIET)
add_executable(FindPackageTest FindPackageTest.cxx)