Skip to content

Commit

Permalink
Merge pull request #26 from akva2/fix_go_flag
Browse files Browse the repository at this point in the history
fixed: append new gotools definitions to required flags
  • Loading branch information
VikingScientist authored Nov 27, 2018
2 parents 7c8bb1a + e3f9f4c commit 265a144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT(LRSpline)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(LRSpline_VERSION_MAJOR 1)
SET(LRSpline_VERSION_MINOR 5)
SET(LRSpline_VERSION_PATCH 0)
SET(LRSpline_VERSION_PATCH 1)
SET(LRSpline_VERSION ${LRSpline_VERSION_MAJOR}.${LRSpline_VERSION_MINOR}.${LRSpline_VERSION_PATCH})
IF(NOT WIN32)
SET(TIME_LRSPLINE 1)
Expand Down Expand Up @@ -89,6 +89,7 @@ IF(GoTools_FOUND)
check_type_size(Go::BasisDerivsSf3 HAS_BD3 LANGUAGE CXX)
if(HAS_BD3)
add_definitions(-DGOTOOLS_HAS_BASISDERIVS_SF3)
set(LRSpline_DEFINITIONS "${LRSpline_DEFINITIONS} -DGOTOOLS_HAS_BASISDERIVS_SF3")
endif()
ELSE()
MESSAGE(STATUS "Compiling without GoTools")
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lrspline (1.5.0-1~xenial) xenial; urgency=medium
lrspline (1.5.1-1~xenial) xenial; urgency=medium

* New version

Expand Down

0 comments on commit 265a144

Please sign in to comment.