Skip to content

Commit

Permalink
fixed: append new gotools definitions to required flags
Browse files Browse the repository at this point in the history
  • Loading branch information
akva2 committed Nov 27, 2018
1 parent 7c8bb1a commit c99946e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
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

0 comments on commit c99946e

Please sign in to comment.