From 1e25f51af708544434f48d434602da0e3ecb60cf Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 5 Jan 2020 19:55:01 +0100 Subject: [PATCH] Fix typo in main CMakeLists.txt file. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)