Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 2a378a0

Browse files
authored
Merge pull request #162 from Oslandia/fix_postgis_build
fix postgis build, bump version to 1.3.4
2 parents b632e6c + 1a978a7 commit 2a378a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules;${CMAKE_MODULE_PATH}"
2525

2626
set( SFCGAL_VERSION_MAJOR 1 )
2727
set( SFCGAL_VERSION_MINOR 3 )
28-
set( SFCGAL_VERSION_PATCH 1 )
28+
set( SFCGAL_VERSION_PATCH 4 )
2929

3030
set( SFCGAL_VERSION "${SFCGAL_VERSION_MAJOR}.${SFCGAL_VERSION_MINOR}.${SFCGAL_VERSION_PATCH}" )
3131

sfcgal-config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ case $1 in
3838
echo -I${prefix}/include
3939
;;
4040
--libs)
41-
echo -L${libdir} -l@SFCGAL_LIB_NAME@
41+
echo -L${libdir} -l@SFCGAL_LIB_NAME@ -lCGAL -lCGAL_Core
4242
;;
4343
--ldflags)
4444
echo -L${libdir}

0 commit comments

Comments
 (0)