diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-02 17:43:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-02 17:43:59 +0000 |
| commit | 56e1af7c13f996507355f4fef0c690002d633f07 (patch) | |
| tree | 542c6acb27151c944636705b9bad4d6294ab0f5b /dev-cpp/cpptrace/files/cpptrace-fix-tests.patch | |
| parent | 34f57ab0cc1f494dc172ddec230c65f017774fd6 (diff) | |
| download | baldeagleos-repo-56e1af7c13f996507355f4fef0c690002d633f07.tar.gz baldeagleos-repo-56e1af7c13f996507355f4fef0c690002d633f07.tar.xz baldeagleos-repo-56e1af7c13f996507355f4fef0c690002d633f07.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/cpptrace/files/cpptrace-fix-tests.patch')
| -rw-r--r-- | dev-cpp/cpptrace/files/cpptrace-fix-tests.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-cpp/cpptrace/files/cpptrace-fix-tests.patch b/dev-cpp/cpptrace/files/cpptrace-fix-tests.patch deleted file mode 100644 index e9dd0c8cd03a..000000000000 --- a/dev-cpp/cpptrace/files/cpptrace-fix-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt -index 1fc6c66..ec60849 100644 ---- a/test/CMakeLists.txt -+++ b/test/CMakeLists.txt -@@ -60,6 +60,6 @@ if(NOT CPPTRACE_SKIP_UNIT) - ) - target_compile_features(unittest PRIVATE cxx_std_20) - target_link_libraries(unittest PRIVATE ${target_name} GTest::gtest_main GTest::gmock_main) -- target_compile_options(unittest PRIVATE ${warning_options} $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-pedantic -Wno-attributes>) -+ target_compile_options(unittest PRIVATE ${warning_options} $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-pedantic -Wno-attributes -ggdb>) - add_test(NAME unittest COMMAND unittest) - endif() |
