summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-02-09 18:50:19 -0700
committerEvan Lojewski <github@meklort.com>2019-02-09 18:50:19 -0700
commit37e71f8b9a75df96f8901d5ebb51972ab3aac96e (patch)
treea2fe56822771c98bacb9f679e66e7c9ff31b075b /CMakeLists.txt
parent4e8af25a5af57f55ced7b5398e5a62c15822e11d (diff)
downloadbcm5719-ortega-37e71f8b9a75df96f8901d5ebb51972ab3aac96e.tar.gz
bcm5719-ortega-37e71f8b9a75df96f8901d5ebb51972ab3aac96e.zip
Reduce cmake version to 3.5.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8c211a..a214811 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ SET(CMAKE_C_COMPILER /usr/local/bin/clang)
SET(CMAKE_CXX_COMPILER /usr/local/bin/clang++)
SET(CMAKE_ASM_COMPILER /usr/local/bin/clang)
-cmake_minimum_required(VERSION 3.11)
+cmake_minimum_required(VERSION 3.5.1)
project(bcm5719-top)
include(cmake/config.cmake)
OpenPOWER on IntegriCloud