Lower cmake3 version.

This commit is contained in:
Lukas Steiner
2020-04-21 09:49:47 +02:00
parent ea70fb6de8
commit 410b5cfb0b
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ build:
- rm -rf build
- mkdir -p build
- cd build
- cmake ../DRAMSys
- cmake3 ../DRAMSys
- make -j4
- find . -name "*.o" -type f -delete
- rm -rf ${CI_PROJECT_DIR}/coverage

View File

@@ -30,7 +30,7 @@
#
# Author: Matthias Jung
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.6)
# Project Name:
project(DRAMSys)

View File

@@ -30,7 +30,7 @@
#
# Author: Matthias Jung
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.6)
# Project Name
project(DRAMSysLibrary)

View File

@@ -30,7 +30,7 @@
#
# Author: Matthias Jung
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.6)
# Project Name:
project(TraceAnalyzer)