From 18bdbb5a229c3fb64a03cdca7cf58ff5afb6116d Mon Sep 17 00:00:00 2001 From: Ajay Panyala Date: Sat, 16 Dec 2017 17:36:06 -0800 Subject: [PATCH] suggest alternative fix --- runtime/Cpp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/Cpp/CMakeLists.txt b/runtime/Cpp/CMakeLists.txt index 3f4382b78..4884ead1b 100644 --- a/runtime/Cpp/CMakeLists.txt +++ b/runtime/Cpp/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required (VERSION 2.8) # 2.8 needed because of ExternalProject +#cmake_minimum_required (VERSION 3.0) #suggested alternative fix + # Detect build type, fallback to release and throw a warning if use didn't specify any if(NOT CMAKE_BUILD_TYPE) message(WARNING "Build type not set, falling back to Release mode.