diff options
| author | JF <jf@codingfield.com> | 2020-01-05 18:55:01 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-01-05 18:55:01 (GMT) |
| commit | 1e25f51af708544434f48d434602da0e3ecb60cf (patch) | |
| tree | df714e560e750eda329cb3eb1474a5c4c3c3a760 | |
| parent | bbe4e500c3a972146d834d21dc355b8509f88342 (diff) | |
Fix typo in main CMakeLists.txt file.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e1d1a7..0b615ca 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=<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) |
