]> git.pld-linux.org Git - packages/ayatana-ido.git/blame - build-type.patch
up to 0.9.1
[packages/ayatana-ido.git] / build-type.patch
CommitLineData
fe921c98
JP
1--- ayatana-ido-0.9.0/CMakeLists.txt.orig 2021-11-02 16:52:12.000000000 +0100
2+++ ayatana-ido-0.9.0/CMakeLists.txt 2021-11-04 14:12:52.765226502 +0100
3@@ -13,20 +13,6 @@
4 option(ENABLE_COVERAGE "Enable coverage reports (includes enabling all tests and checks)" OFF)
5 option(ENABLE_WERROR "Treat all build warnings as errors" OFF)
6
7-if(ENABLE_COVERAGE)
8- set(ENABLE_TESTS ON)
9- set(CMAKE_BUILD_TYPE "Coverage")
10-else()
11- set(CMAKE_BUILD_TYPE "Release")
12-endif()
13-
14-if(ENABLE_COVERAGE)
15- set(ENABLE_TESTS ON)
16- set(CMAKE_BUILD_TYPE "Coverage")
17-else()
18- set(CMAKE_BUILD_TYPE "Release")
19-endif()
20-
735b58da
JP
21 if(ENABLE_WERROR)
22 add_definitions("-Werror")
23 endif()
This page took 0.081431 seconds and 4 git commands to generate.