Skip to content

Commit 6df8287

Browse files
authored
Require CMake >= 3.18
1 parent 46dd9ca commit 6df8287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/cpp_cuda_graphs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
22
project(mnist)
33
set(CMAKE_CXX_STANDARD 17)
44

0 commit comments

Comments
 (0)