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