FindPackageTest: Replace VTK with Boost
This commit is contained in:
parent
b4c5b5a5f9
commit
047c98f4a0
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user