Skip to content

Commit fd817e5

Browse files
committed
Fix proj
1 parent d626484 commit fd817e5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ports/vtk/libproj.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
index d477f8b..375a2a2 100644
3+
--- a/CMakeLists.txt
4+
+++ b/CMakeLists.txt
5+
@@ -389,7 +389,6 @@ endif ()
6+
# Handle the requirement of `sqlitebin` for `proj`.
7+
set(vtk_sqlite_build_binary 0)
8+
if ("VTK::libproj" IN_LIST vtk_modules)
9+
- set(vtk_sqlite_build_binary 1)
10+
endif ()
11+
12+
cmake_dependent_option(VTK_ENABLE_KITS "Enable kits compilation" OFF
113
diff --git a/ThirdParty/libproj/CMakeLists.txt b/ThirdParty/libproj/CMakeLists.txt
214
index f8888876..d57c4c18 100644
315
--- a/ThirdParty/libproj/CMakeLists.txt

versions/v-/vtk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": [
33
{
4-
"git-tree": "8ea576bebc8558e00574f6720af684552e8dfcda",
4+
"git-tree": "fc28ffcf0b0465556dda75fa28b379f609f50226",
55
"version-semver": "9.3.0-pv5.12.1",
66
"port-version": 10
77
},

0 commit comments

Comments
 (0)