Skip to content

Commit

Permalink
Increase cmake required version v3.12
Browse files Browse the repository at this point in the history
Using the add_compile_definition from cmake v3.12
which is reported to the user now.
  • Loading branch information
Manuel Luitz committed Mar 4, 2019
1 parent 54d41ed commit 6806837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.12)
set(CMAKE_LEGACY_CYGWIN_WIN32 0)

project(g2o)
Expand Down

0 comments on commit 6806837

Please sign in to comment.