Skip to content

Commit

Permalink
Merge pull request #1889 from spacey-sooty/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Nov 4, 2024
2 parents 67495ba + 91d1dd3 commit 22a89ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ if (POLICY CMP0167)
cmake_policy(SET CMP0167 OLD) # Don't complain about boost
endif()

# allow parent project to override options
if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif(POLICY CMP0077)


# Set the version number for the library
set (GTSAM_VERSION_MAJOR 4)
set (GTSAM_VERSION_MINOR 3)
Expand Down

0 comments on commit 22a89ed

Please sign in to comment.