Fix typo in main CMakeLists.txt file.

This commit is contained in:
JF 2020-01-05 19:55:01 +01:00
parent bbe4e500c3
commit 1e25f51af7

View File

@ -8,7 +8,7 @@ if (NOT ARM_NONE_EABI_TOOLCHAIN_PATH)
endif () endif ()
if (NOT NRF5_SDK_PATH) 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 () endif ()
if (NOT NRFJPROG) if (NOT NRFJPROG)