Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Bump CMake version to avoid CMP0048 warning
  • Loading branch information
fmessmer committed Nov 30, 2020
commit 0397398e3cb59b1c1ec035a97d2727b87cd423e0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CMake
##############################################################################

cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(genjava)

##############################################################################
Expand Down