Skip to content
Snippets Groups Projects
Commit f4915a40 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Merge branch 'cmake3.15' into 'develop'

Require CMake 3.15 to ensure policy 0094

See merge request !554
parents 80f403c0 cd6e418f
No related branches found
No related tags found
1 merge request!554Require CMake 3.15 to ensure policy 0094
Pipeline #52288 passed
......@@ -2,7 +2,7 @@
# top-level CMakeLists.txt for building BornAgain
############################################################################
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
set(CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment