1
Fork 0

sci-libs/opencascasde: fix vtk_components.patch

Closes: https://bugs.gentoo.org/930016
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36253
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Paul Zander 2024-04-14 17:26:42 +02:00 committed by Andrew Ammerlaan
parent 7a41e800d9
commit 8cdc93710f
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ index 7d25a37..79257d1 100644
set (ENV{VTK_DIR} "${3RDPARTY_VTK_DIR}")
endif()
-find_package(VTK)
-find_package(VTK QUIET)
+find_package(VTK
+ COMPONENTS
+ CommonCore