[evolution/gnome-41] Misc: Do not build news-to-appdata executable



commit a55f5c7ec20434e369b0b6df251e23c3d5ef040a
Author: Milan Crha <mcrha redhat com>
Date:   Tue Nov 2 11:57:47 2021 +0100

    Misc: Do not build news-to-appdata executable
    
    It's not used neither installed, thus do not build it.

 CMakeLists.txt | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d164017de..5e022a35ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -706,24 +706,9 @@ if(WITH_GLADE_CATALOG)
 endif(WITH_GLADE_CATALOG)
 
 # ******************************
-# news-to-appdata tool
+# news-to-appdata
 # ******************************
 
-add_executable(news-to-appdata
-       news-to-appdata.c)
-
-target_compile_options(news-to-appdata PUBLIC
-       ${GNOME_PLATFORM_CFLAGS}
-)
-
-target_include_directories(news-to-appdata PUBLIC
-       ${GNOME_PLATFORM_INCLUDE_DIRS}
-)
-
-target_link_libraries(news-to-appdata
-       ${GNOME_PLATFORM_LDFLAGS}
-)
-
 set(CMAKE_REQUIRED_FLAGS ${GNOME_PLATFORM_CFLAGS})
 set(CMAKE_REQUIRED_INCLUDES ${GNOME_PLATFORM_INCLUDE_DIRS})
 set(CMAKE_REQUIRED_LIBRARIES ${GNOME_PLATFORM_LDFLAGS})


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]