]> git.pld-linux.org Git - packages/performous.git/blob - no-Werror.patch
- disable Werror to prevent benign warning breaking build on non x86_64 archs
[packages/performous.git] / no-Werror.patch
1 --- performous-1.3.0/game/CMakeLists.txt~       2023-08-21 21:48:26.000000000 +0200
2 +++ performous-1.3.0/game/CMakeLists.txt        2023-10-20 23:51:23.466946951 +0200
3 @@ -311,12 +311,6 @@
4         set_target_properties(performous PROPERTIES OUTPUT_NAME "Performous")
5  endif()
6  
7 -if(WIN32 AND MSVC)
8 -#      target_compile_options(performous PUBLIC /WX)
9 -else()
10 -       target_compile_options(performous PUBLIC -Werror)
11 -endif()
12 -
13  # Generate config.hh
14  configure_file("${CMAKE_CURRENT_SOURCE_DIR}/config.cmake.hh" "${CMAKE_CURRENT_BINARY_DIR}/config.hh" @ONLY)
15  include_directories("${CMAKE_CURRENT_BINARY_DIR}")
This page took 0.100376 seconds and 3 git commands to generate.