mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
Closes: https://bugs.gentoo.org/954327 Closes: https://bugs.gentoo.org/954326 Closes: https://bugs.gentoo.org/952680 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
499 B
Diff
12 lines
499 B
Diff
diff --git a/IO/OCCT/CMakeLists.txt b/IO/OCCT/CMakeLists.txt
|
|
index 836d545..2cf67a8 100644
|
|
--- a/IO/OCCT/CMakeLists.txt
|
|
+++ b/IO/OCCT/CMakeLists.txt
|
|
@@ -2,6 +2,7 @@ vtk_module_find_package(
|
|
PACKAGE OpenCASCADE
|
|
FORWARD_VERSION_REQ EXACT
|
|
VERSION_VAR "@OpenCASCADE_MAJOR_VERSION@.@OpenCASCADE_MINOR_VERSION@.@OpenCASCADE_MAINTENANCE_VERSION@"
|
|
+ COMPONENTS FoundationClasses ModelingData ModelingAlgorithms Visualization ApplicationFramework DataExchange Draw
|
|
)
|
|
|
|
set(opencascade_req_targets
|