Move to cmake 3.5

release/4.3a0
Frank Dellaert 2024-08-29 15:16:04 -07:00
parent 3aca281caf
commit ae42379867
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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.