From c3e24c2684e5f567363dddcf29587f42b4a74512 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 23 Oct 2021 23:46:16 +0200 Subject: src/CMakeLists.txt: GObjectIntrospection is not optional, so mark it as REQUIRED (only). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/28 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 12f3b6c..1d23671 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -132,7 +132,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/lib${ayatana_appindicator_gtkver}.so. # AyatanaAppIndicator{,3}-0.1.gir -find_package(GObjectIntrospection REQUIRED QUIET) +find_package(GObjectIntrospection REQUIRED) add_custom_command( OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${ayatana_appindicator_girver}-0.1.gir" -- cgit v1.2.3