Revert "cmake: Print UGFX_ROOT variable on success"

This reverts commit d66739a349.
This commit is contained in:
Joel Bodenmann 2021-11-03 18:47:09 +01:00
parent d66739a349
commit 0f11538656

View File

@ -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)