From 2cc6add9ac01ca1f7b6e20f4d451cd78e449eb13 Mon Sep 17 00:00:00 2001 From: Thibaud Kloczko Date: Thu, 16 May 2019 22:21:02 +0200 Subject: [PATCH] Remove spurious debug message. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d5f53e..22fab86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,9 +100,6 @@ find_package(dtkFonts REQUIRED) find_package(dtkLog REQUIRED) find_package(dtkThemes REQUIRED) -get_target_property(toto dtkThemesWidgets INTERFACE_INCLUDE_DIRECTORIES) -message("${toto}") - ## ################################################################### ## Input ## ################################################################### -- 2.22.0