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

Closes #2 (closed)

Edited by Alberto Miranda

Merge request reports

Loading
+1 −2
Changes for CMakeLists.txt: 1 added line, 2 removed lines.
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
Loading