From 984c82ff0c5c3c1b941277289c0f779c277103b8 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Mon, 10 Sep 2018 00:51:57 +0200 Subject: [PATCH] Trying to fix CI --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bbc4e72..fe361523 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(lib4neuro) -message("Using CMake CMAKE_VERSION") +message("Using CMake ${CMAKE_VERSION}") #TODO request newer version of CMake >=3.12 -- GitLab