From 325a7c8b5f1b27d2bfd3ae9efa67af11790d5823 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 10 Jun 2022 13:41:34 +0000 Subject: [PATCH] cmake: fix typo --- cmake/Findugfx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Findugfx.cmake b/cmake/Findugfx.cmake index 1f9bba28..4b83e80d 100644 --- a/cmake/Findugfx.cmake +++ b/cmake/Findugfx.cmake @@ -1,7 +1,7 @@ # Define UGFX_ROOT set(UGFX_ROOT ${CMAKE_CURRENT_LIST_DIR}/..) -# Ensure that CHIBIOS_ROOT is set +# Ensure that UGFX_ROOT is set if(NOT UGFX_ROOT) message(FATAL_ERROR "No UGFX_ROOT specified") endif()