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

Commit

Permalink
Merge pull request #162 from Oslandia/fix_postgis_build
Browse files Browse the repository at this point in the history
fix postgis build, bump version to 1.3.4
  • Loading branch information
vmora authored Apr 10, 2018
2 parents b632e6c + 1a978a7 commit 2a378a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}" )

Expand Down
2 changes: 1 addition & 1 deletion sfcgal-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2a378a0

Please sign in to comment.