Commit bb946a7d authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Merge branch '2-cmake-s-list-prepend-command-requires-cmake-3-15' into 'main'

Resolve "CMake's `list(PREPEND ...)` command requires CMake >= 3.15"

Closes #2 and #3

See merge request !2
parents cdd3cb73 438ac4df
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -26,8 +26,7 @@
# Define the CMake project and configure CMake
# ##############################################################################

# FetchContent_MakeAvailable() was introduced in 3.14
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.19)

project(
  cargo