Skip to content
Snippets Groups Projects
Commit 8db33614 authored by Jupp Tscheak's avatar Jupp Tscheak
Browse files

Minimum required CMake version is now 3.15.0 in order to be able to use list::PREPEND.


Signed-off-by: default avatarJupp Tscheak <jupp.tscheak@daimler.com>
parent 81909c8f
No related branches found
No related tags found
1 merge request!8Initial provision of cmake-format configuration file.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# SPDX-License-Identifier: EPL-2.0 # SPDX-License-Identifier: EPL-2.0
################################################################################ ################################################################################
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR) cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR)
# Add the custom CMake modules to CMake's module path # Add the custom CMake modules to CMake's module path
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_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