cmake: Don't build with Werror on Haiku

pull/450/head
Alexander von Gluck IV 4 years ago
parent e0207ff337
commit cf00abc03e
  1. 2
      CMakeLists.txt

@ -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()

Loading…
Cancel
Save