Skip to content

Commit d7400a3

Browse files
authored
[4/12] Upgrade torchvision build configs to C++20 (#9427)
Differential Revision: D95103083 Pull Request resolved: #9427
1 parent 6285457 commit d7400a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22
project(torchvision)
3-
set(CMAKE_CXX_STANDARD 17)
3+
set(CMAKE_CXX_STANDARD 20)
44
file(STRINGS version.txt TORCHVISION_VERSION)
55

66
option(WITH_CUDA "Enable CUDA support" OFF)

0 commit comments

Comments
 (0)