You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37f222b4f8
See: https://github.com/macports/macports-ports/commit/b68f65f8e59f43768a40d05e6464a18048b66700 Fixes: https://trac.macports.org/ticket/65585
10 lines
402 B
Diff
10 lines
402 B
Diff
--- tests/headertest/CMakeLists.txt.orig 2022-08-31 12:12:14.000000000 -0400
|
|
+++ tests/headertest/CMakeLists.txt 2022-08-31 12:12:48.000000000 -0400
|
|
@@ -10,5 +10,5 @@
|
|
if (MSVC)
|
|
target_compile_options(headertest PUBLIC /W4 /WX)
|
|
else()
|
|
- target_compile_options(headertest PUBLIC -Wall -Wextra -pedantic -Werror)
|
|
+ target_compile_options(headertest PUBLIC -Wall -Wextra -pedantic -Wno-error)
|
|
endif()
|