Skip to content

Commit 7cabb53

Browse files
authored
update the standard from 14 to 17 to avoid compile error (#469)
1 parent 4913ada commit 7cabb53

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,6 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22
project(torchscatter)
3-
set(CMAKE_CXX_STANDARD 14)
3+
set(CMAKE_CXX_STANDARD 17)
4+
set(CMAKE_CXX_STANDARD_REQUIRED)
45
set(TORCHSCATTER_VERSION 2.1.2)
56

67
option(WITH_CUDA "Enable CUDA support" OFF)

0 commit comments

Comments
 (0)