Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/finance/ktoblzcheck/files/patch-src_CMakeLists.txt
16125 views
1
Disable the Python bindings for now. They could be in a slave port later if
2
needed, but I am not currently aware of anything that uses them.
3
4
--- src/CMakeLists.txt.orig 2020-12-28 00:28:41 UTC
5
+++ src/CMakeLists.txt
6
@@ -9,6 +9,3 @@ add_subdirectory(bankdata)
7
add_subdirectory(include)
8
add_subdirectory(lib)
9
add_subdirectory(bin)
10
-if(Python_Development_FOUND)
11
- add_subdirectory(python)
12
-endif()
13
14