Skip to content
Snippets Groups Projects
Commit 01ae7383 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

ENH: remove IF(APPLE) section since it actually overrides the previous definitions

parent afa84dc9
No related branches found
No related tags found
No related merge requests found
......@@ -51,12 +51,6 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"ranlib: file: .+ has no symbols"
"libtool:.*file:.*has no symbols"
"Fl_Image.H:.*warning:.*dereferencing type-punned pointer will break strict-aliasing rules.*"
)
IF(APPLE)
SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"warning -.: directory name .* does not exist"
"ld.*warning.*duplicate dylib.*"
)
ENDIF(APPLE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment