diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e1d1a79..0b615ca8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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=") + message(FATAL_ERROR "The path to the NRF52 SDK must be specified on the command line (add -DNRF5_SDK_PATH=") endif () if (NOT NRFJPROG)