Skip to content
Snippets Groups Projects
Commit cf00abc0 authored by Alexander von Gluck IV's avatar Alexander von Gluck IV
Browse files

cmake: Don't build with Werror on Haiku

parent e0207ff3
No related branches found
No related tags found
No related merge requests found
......@@ -645,7 +645,7 @@ if(QML_DEBUGGING)
endif()
if(NOT MSVC)
if(NOT MSVC AND NOT HAIKU)
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug" OR CI_BUILD)
target_compile_options(nheko PRIVATE "-Werror")
endif()
......
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