Skip to content

Commit ed3d4d0

Browse files
author
Nazar Redko
committed
Set CMAKE_CXX_STANDARD to 17 to be compatible with torch > 2
1 parent 3d1d9e3 commit ed3d4d0

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.0)
22
project(torchcluster)
3-
set(CMAKE_CXX_STANDARD 14)
3+
set(CMAKE_CXX_STANDARD 17)
44
set(TORCHCLUSTER_VERSION 1.6.3)
55

66
option(WITH_CUDA "Enable CUDA support" OFF)

0 commit comments

Comments
 (0)