From 1eb485285638e51c25d3d0a3b95bca13b0ced32d Mon Sep 17 00:00:00 2001 From: scribam Date: Sat, 21 Nov 2020 17:38:54 +0100 Subject: [PATCH] CMake: Set minimum required version to 3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66f19a66..d8a0c77a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.0) set(CMAKE_CXX_STANDARD 11) # Avoid a warning if parent project sets VERSION in project().