Update to CMake 3.0

This matches the CMakeLists.txt file in the project root.
This commit is contained in:
David Neto 2021-06-08 12:00:20 -04:00
parent 0c28b6451d
commit 5f7de8b4cf

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)
set(CMAKE_INSTALL_PREFIX "install" CACHE STRING "prefix" FORCE)