Skip to content

Commit e7b796c

Browse files
authored
cmake will require at least 3.10 compatibility (pytorch#319)
1 parent 1ce292f commit e7b796c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/clog/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.10 FATAL_ERROR)
22

33
INCLUDE(GNUInstallDirs)
44

0 commit comments

Comments
 (0)