Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions vcpkg_ports/meos/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ vcpkg_cmake_configure(
# Build only the MEOS library, not the MEOS C test binaries: those link
# the GEOS C++ API, which the arm64-linux vcpkg triplet does not carry.
-DBUILD_TESTING=OFF
# Build the optional spatial type families that MobilityDuck ports
# (tcbuffer, tnpoint, tpose, trgeometry). RGEO depends on POSE.
-DCBUFFER=ON
-DNPOINT=ON
-DPOSE=ON
-DRGEO=ON
-DCMAKE_C_FLAGS="-Dsession_timezone=meos_session_timezone"
-DCMAKE_CXX_FLAGS="-Dsession_timezone=meos_session_timezone"

Expand Down
Loading