File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PROJECT(LRSpline)
33CMAKE_MINIMUM_REQUIRED (VERSION 2.6)
44SET (LRSpline_VERSION_MAJOR 1)
55SET (LRSpline_VERSION_MINOR 5)
6- SET (LRSpline_VERSION_PATCH 0 )
6+ SET (LRSpline_VERSION_PATCH 1 )
77SET (LRSpline_VERSION ${LRSpline_VERSION_MAJOR} .${LRSpline_VERSION_MINOR} .${LRSpline_VERSION_PATCH} )
88IF (NOT WIN32 )
99 SET (TIME_LRSPLINE 1)
@@ -89,6 +89,7 @@ IF(GoTools_FOUND)
8989 check_type_size(Go::BasisDerivsSf3 HAS_BD3 LANGUAGE CXX)
9090 if (HAS_BD3)
9191 add_definitions (-DGOTOOLS_HAS_BASISDERIVS_SF3)
92+ set (LRSpline_DEFINITIONS "${LRSpline_DEFINITIONS} -DGOTOOLS_HAS_BASISDERIVS_SF3" )
9293 endif ()
9394ELSE ()
9495 MESSAGE (STATUS "Compiling without GoTools" )
Original file line number Diff line number Diff line change 1- lrspline (1.5.0 -1~xenial) xenial; urgency=medium
1+ lrspline (1.5.1 -1~xenial) xenial; urgency=medium
22
33 * New version
44
You can’t perform that action at this time.
0 commit comments