mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
cmake: Don't build with Werror on Haiku
This commit is contained in:
parent
e0207ff337
commit
cf00abc03e
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ if(QML_DEBUGGING)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC AND NOT HAIKU)
|
||||||
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug" OR CI_BUILD)
|
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug" OR CI_BUILD)
|
||||||
target_compile_options(nheko PRIVATE "-Werror")
|
target_compile_options(nheko PRIVATE "-Werror")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue