diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 01:12:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 08:49:51 +0100 |
commit | 636db6c8e51a72e106347024793fadd63761aeb0 (patch) | |
tree | dba15af30988bc2650491a461cf61ef9a27577ee | |
parent | 5267d7b5b52fb8112dc4001b3b8f7985521af5ba (diff) |
cmake: remove accidental debug code
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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() |