Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/OrcaSlicer/files/patch-CMakeLists.txt
34611 views
1
--- CMakeLists.txt.orig 2026-03-05 09:37:10 UTC
2
+++ CMakeLists.txt
3
@@ -288,7 +288,7 @@ endif ()
4
endif ()
5
endif ()
6
7
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
8
+if (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
9
find_package(PkgConfig REQUIRED)
10
11
if (CMAKE_VERSION VERSION_LESS "3.1")
12
13