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



commit e7e9c1fb42aaeb5b106f7698756375692826df26
Author: Milan Crha <mcrha redhat com>
Date:   Tue Nov 2 11:29:17 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 e6ef6aaea3..8ba3ef72f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -719,24 +719,9 @@ if(ENABLE_MARKDOWN)
 endif(ENABLE_MARKDOWN)
 
 # ******************************
-# 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]