Skip to content

Commit e299f5d

Browse files
committed
Upgrade minimum cmake version for FetchContent_MakeAvailable
1 parent 99061fe commit e299f5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
cmake_minimum_required(VERSION 3.11) # minimum version needed for FetchContent
1+
# minimum version needed for FetchContent and FetchContent_MakeAvailable
2+
cmake_minimum_required(VERSION 3.14)
23
project(path_finding_visualizer)
34

45
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -pthread")

0 commit comments

Comments
 (0)