Merge pull request #1889 from spacey-sooty/develop
commit
22a89ed066
|
@ -12,6 +12,12 @@ if (POLICY CMP0167)
|
||||||
cmake_policy(SET CMP0167 OLD) # Don't complain about boost
|
cmake_policy(SET CMP0167 OLD) # Don't complain about boost
|
||||||
endif()
|
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 the version number for the library
|
||||||
set (GTSAM_VERSION_MAJOR 4)
|
set (GTSAM_VERSION_MAJOR 4)
|
||||||
set (GTSAM_VERSION_MINOR 3)
|
set (GTSAM_VERSION_MINOR 3)
|
||||||
|
|
Loading…
Reference in New Issue