diff --git a/cmake/Findugfx.cmake b/cmake/Findugfx.cmake index f2bc7c6f..3500c9a0 100644 --- a/cmake/Findugfx.cmake +++ b/cmake/Findugfx.cmake @@ -1,3 +1,6 @@ +# Define UGFX_ROOT +set(UGFX_ROOT ${CMAKE_CURRENT_LIST_DIR}/..) + # Ensure that CHIBIOS_ROOT is set if(NOT UGFX_ROOT) message(FATAL_ERROR "No UGFX_ROOT specified")