Skip to content

Commit

Permalink
Removing C++17 patch for stp
Browse files Browse the repository at this point in the history
  • Loading branch information
marco6 committed Jan 8, 2024
1 parent c13e363 commit 7dada28
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions patches/stp.patch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a56a14d..dcd6959e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@ endif()
project(STP)

set(CMAKE_C_STANDARD 99)
-set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD 17)

include(GenerateExportHeader)
include(GNUInstallDirs)
@@ -323,8 +323,6 @@ macro(add_cxx_flag_if_supported flagname)
endif()
endmacro()
Expand Down

0 comments on commit 7dada28

Please sign in to comment.