Skip to content

Commit

Permalink
Fix issues with postgis-mest compilation (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoema authored Nov 21, 2024
1 parent d49e4de commit 1d69d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/postgis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ set(PROJECT_OBJECTS ${PROJECT_OBJECTS} "$<TARGET_OBJECTS:liblwgeom>")
set(PROJECT_OBJECTS ${PROJECT_OBJECTS} "postgis_mest.c")

add_library(postgis_mest MODULE ${PROJECT_OBJECTS})
set_target_properties(postgis_mest PROPERTIES PREFIX "")

install(
FILES "${CMAKE_SOURCE_DIR}/postgis_mest.control" "${CMAKE_SOURCE_DIR}/postgis_mest--1.0.sql"
Expand Down
2 changes: 1 addition & 1 deletion contrib/postgis/postgis_mest.control
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
comment = 'postgis_mest - Multi-Entry Search Trees for PostGIS'
default_version = '1.0'
module_pathname = '$libdir/postgis_mest'
requires = 'postgis, mgist'
requires = 'postgis, mest'

0 comments on commit 1d69d1f

Please sign in to comment.