From 1a978a7de14c860ea1e8a25b878dc85d079892d7 Mon Sep 17 00:00:00 2001 From: Vincent Mora Date: Tue, 10 Apr 2018 10:13:05 +0200 Subject: [PATCH] fix postgis build, bump version to 1.3.4 adds -lCGAL -lCGAL_Core to sfcgal-config --libs --- CMakeLists.txt | 2 +- sfcgal-config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a21b1953..b8fdc42a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules;${CMAKE_MODULE_PATH}" set( SFCGAL_VERSION_MAJOR 1 ) set( SFCGAL_VERSION_MINOR 3 ) -set( SFCGAL_VERSION_PATCH 1 ) +set( SFCGAL_VERSION_PATCH 4 ) set( SFCGAL_VERSION "${SFCGAL_VERSION_MAJOR}.${SFCGAL_VERSION_MINOR}.${SFCGAL_VERSION_PATCH}" ) diff --git a/sfcgal-config.in b/sfcgal-config.in index a0e992c5..584f9cca 100755 --- a/sfcgal-config.in +++ b/sfcgal-config.in @@ -38,7 +38,7 @@ case $1 in echo -I${prefix}/include ;; --libs) - echo -L${libdir} -l@SFCGAL_LIB_NAME@ + echo -L${libdir} -l@SFCGAL_LIB_NAME@ -lCGAL -lCGAL_Core ;; --ldflags) echo -L${libdir}