From ebf5033144b734cfe71233c0d9399449565b34dd Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 3 Nov 2021 17:26:43 +0100 Subject: [PATCH] cmake: No longer print _SOURCES and _INCLUDE_DIRS variables --- cmake/Findugfx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Findugfx.cmake b/cmake/Findugfx.cmake index c527a8ac..b51840cb 100644 --- a/cmake/Findugfx.cmake +++ b/cmake/Findugfx.cmake @@ -48,4 +48,4 @@ list(REMOVE_DUPLICATES ugfx_INCLUDE_DIRS) # Outsource heavy-lifting to cmake include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(ugfx DEFAULT_MSG ugfx_SOURCES ugfx_INCLUDE_DIRS) +find_package_handle_standard_args(ugfx DEFAULT_MSG)