cmake: fix typo

master
Joel Bodenmann 2022-06-10 13:41:34 +00:00
parent da1c2233e7
commit 325a7c8b5f
1 changed files with 1 additions and 1 deletions

View File

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