Fix typo in main CMakeLists.txt file.
This commit is contained in:
parent
bbe4e500c3
commit
1e25f51af7
|
@ -8,7 +8,7 @@ if (NOT ARM_NONE_EABI_TOOLCHAIN_PATH)
|
|||
endif ()
|
||||
|
||||
if (NOT NRF5_SDK_PATH)
|
||||
message(FATAL_ERROR "The path to the NRF52 SDK must be specified on the command line (add -DNRF52_SDK_PATH=<path>")
|
||||
message(FATAL_ERROR "The path to the NRF52 SDK must be specified on the command line (add -DNRF5_SDK_PATH=<path>")
|
||||
endif ()
|
||||
|
||||
if (NOT NRFJPROG)
|
||||
|
|
Loading…
Reference in a new issue