cmake: fix typo
This commit is contained in:
parent
da1c2233e7
commit
325a7c8b5f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Define UGFX_ROOT
|
# Define UGFX_ROOT
|
||||||
set(UGFX_ROOT ${CMAKE_CURRENT_LIST_DIR}/..)
|
set(UGFX_ROOT ${CMAKE_CURRENT_LIST_DIR}/..)
|
||||||
|
|
||||||
# Ensure that CHIBIOS_ROOT is set
|
# Ensure that UGFX_ROOT is set
|
||||||
if(NOT UGFX_ROOT)
|
if(NOT UGFX_ROOT)
|
||||||
message(FATAL_ERROR "No UGFX_ROOT specified")
|
message(FATAL_ERROR "No UGFX_ROOT specified")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue