Files
ports/cad/solvespace/patches/patch-CMakeLists_txt
T
jtt a73b17a678 cad/solvespace: update to 3.2
Small tweak and ok tb@
2026-06-06 14:18:41 +00:00

12 lines
360 B
Plaintext

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -381,7 +381,6 @@ if(ENABLE_GUI)
# Everything is built in
else()
find_package(OpenGL REQUIRED)
- find_package(SpaceWare)
pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
if (NOT USE_QT_GUI)
pkg_check_modules(JSONC REQUIRED json-c)