You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/dynolog/files/dynolog-0.3.1_p20230126-noW...

23 lines
779 B

--- a/third_party/cpr/CMakeLists.txt 2023-12-06 09:59:09.062148849 +0100
+++ b/third_party/cpr/CMakeLists.txt 2023-12-06 09:59:27.615514631 +0100
@@ -73,7 +73,7 @@
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
else()
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -Werror")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic")
endif()
# SSL
--- a/third_party/pfs/CMakeLists.txt 2023-12-26 13:43:57.634865410 +0100
+++ b/third_party/pfs/CMakeLists.txt 2023-12-26 13:44:20.865488661 +0100
@@ -12,7 +12,7 @@
endif ()
message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
-add_compile_options (-std=c++11 -Wall -Wextra -pedantic -Werror)
+add_compile_options (-std=c++11 -Wall -Wextra -pedantic)
include_directories (include)