From 4b442de3f5fbb524dae7857dcc04afe020538f95 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 17 Feb 2022 16:01:23 +0100 Subject: Clean up compilation flags --- tools/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/CMakeLists.txt') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 9027490..14ce777 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,7 +1,6 @@ if (FLAVOUR_GTK3 AND ENABLE_IDO) # ayatana-indicator-loader3 - set_source_files_properties(indicator-loader.c PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS}) add_executable("ayatana-indicator-loader3" indicator-loader.c) target_include_directories("ayatana-indicator-loader3" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS}) target_include_directories("ayatana-indicator-loader3" PUBLIC "${CMAKE_SOURCE_DIR}/src") -- cgit v1.2.3