]> git.pld-linux.org Git - packages/ayatana-ido.git/blob - build-type.patch
6e18cebdb676aa7cc3371805f2c1aec684f77a95
[packages/ayatana-ido.git] / build-type.patch
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 -
21  # Check for prerequisites
22  
23  set(DEPS glib-2.0>=2.58 gtk+-3.0>=3.24)
This page took 0.065288 seconds and 2 git commands to generate.