diff --git a/vcpkg_ports/meos/portfile.cmake b/vcpkg_ports/meos/portfile.cmake index f4de1fab..d5f646df 100644 --- a/vcpkg_ports/meos/portfile.cmake +++ b/vcpkg_ports/meos/portfile.cmake @@ -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"