Skip to content

Commit

Permalink
Update CXX_STANDARD to 17 to align with PyTorch master
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbing-j committed May 24, 2023
1 parent f1c3153 commit 423cfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)
project(pyg)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(PYG_VERSION 0.2.0)

option(BUILD_TEST "Enable testing" OFF)
Expand Down

0 comments on commit 423cfeb

Please sign in to comment.