From 0f11538656a8107040cef0a0614c6c09818b25e0 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 3 Nov 2021 18:47:09 +0100 Subject: [PATCH] Revert "cmake: Print UGFX_ROOT variable on success" This reverts commit d66739a34990f4c2f53a6c5b07ee035591648c0f. --- cmake/Findugfx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Findugfx.cmake b/cmake/Findugfx.cmake index 553f7691..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_ROOT} ugfx_SOURCES ugfx_INCLUDE_DIRS) +find_package_handle_standard_args(ugfx DEFAULT_MSG)