forked from conan-io/conan-center-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build sentry-native with CXX 14 since sentry-crashpad, one of its pos…
…sible dependencies, exposes CXX 14 code on its headers. This will be addressed in upstream sentry-native getsentry/sentry-native#574
- Loading branch information
Showing
7 changed files
with
67 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
recipes/sentry-native/all/patches/0.4.10-0002-CXX-14.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 696d270..006bf68 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -30,7 +30,7 @@ | ||
endif() | ||
|
||
if(NOT CMAKE_CXX_STANDARD) | ||
- set(CMAKE_CXX_STANDARD 11) | ||
+ set(CMAKE_CXX_STANDARD 14) | ||
endif() | ||
|
||
include(GNUInstallDirs) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 696d270..006bf68 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -30,7 +30,7 @@ | ||
endif() | ||
|
||
if(NOT CMAKE_CXX_STANDARD) | ||
- set(CMAKE_CXX_STANDARD 11) | ||
+ set(CMAKE_CXX_STANDARD 14) | ||
endif() | ||
|
||
include(GNUInstallDirs) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 696d270..006bf68 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -30,7 +30,7 @@ | ||
endif() | ||
|
||
if(NOT CMAKE_CXX_STANDARD) | ||
- set(CMAKE_CXX_STANDARD 11) | ||
+ set(CMAKE_CXX_STANDARD 14) | ||
endif() | ||
|
||
include(GNUInstallDirs) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 696d270..006bf68 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -30,7 +30,7 @@ | ||
endif() | ||
|
||
if(NOT CMAKE_CXX_STANDARD) | ||
- set(CMAKE_CXX_STANDARD 11) | ||
+ set(CMAKE_CXX_STANDARD 14) | ||
endif() | ||
|
||
include(GNUInstallDirs) | ||
|