Skip to content

Commit

Permalink
update the standard from 14 to 17 to avoid compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
guanshaoheng committed Nov 29, 2024
1 parent 4913ada commit f69c797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(torchscatter)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED)
set(TORCHSCATTER_VERSION 2.1.2)

option(WITH_CUDA "Enable CUDA support" OFF)
Expand Down

0 comments on commit f69c797

Please sign in to comment.