From 636db6c8e51a72e106347024793fadd63761aeb0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Feb 2024 01:12:15 +0100 Subject: cmake: remove accidental debug code --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77f4af8d..151c548d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -237,7 +237,6 @@ function(fm_install_executable self) get_property(self_ TARGET "${self}" PROPERTY OUTPUT_NAME) if (NOT "${self_}" STREQUAL "") set(exe "${self_}") - message("${self} ${self_}") else() set(exe "${self}") endif() -- cgit v1.2.3