diff --git a/cmake/Findugfx.cmake b/cmake/Findugfx.cmake index b51840cb..b5aa61c5 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)