Move to cmake 3.5
parent
3aca281caf
commit
ae42379867
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
# Set the version number for the library
|
# Set the version number for the library
|
||||||
set (GTSAM_VERSION_MAJOR 4)
|
set (GTSAM_VERSION_MAJOR 4)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# This file shows how to build and link a user project against GTSAM using CMake
|
# This file shows how to build and link a user project against GTSAM using CMake
|
||||||
###################################################################################
|
###################################################################################
|
||||||
# To create your own project, replace "example" with the actual name of your project
|
# To create your own project, replace "example" with the actual name of your project
|
||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
project(example CXX)
|
project(example CXX)
|
||||||
|
|
||||||
# Find GTSAM, either from a local build, or from a Debian/Ubuntu package.
|
# Find GTSAM, either from a local build, or from a Debian/Ubuntu package.
|
||||||
|
|
Loading…
Reference in New Issue