cmake: Print UGFX_ROOT variable on success
This commit is contained in:
parent
ebf5033144
commit
d66739a349
@ -48,4 +48,4 @@ list(REMOVE_DUPLICATES ugfx_INCLUDE_DIRS)
|
|||||||
|
|
||||||
# Outsource heavy-lifting to cmake
|
# Outsource heavy-lifting to cmake
|
||||||
include(FindPackageHandleStandardArgs)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user