mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
FindPackageTest: Replace VTK with Boost
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user