summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-07-24 16:47:54 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-07-24 16:47:54 (GMT)
commita25ce5d8fc994004ac847f8ae814e6a57329030a (patch)
tree044f30806f54d77129aaf9972551d8ffd6e8e83e /CMakeLists.txt
parent057de4e6b509e15c89f10158e1935ccdc063deaa (diff)
parent1ba99d242788b50b26b739d571d4866a6c2d0fed (diff)
Merge branch 'develop' of github.com:JF002/Pinetime into develop
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9d02c10..b442fc1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,10 +21,6 @@ if (NOT NRF5_SDK_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 USE_JLINK AND NOT USE_GDB_CLIENT AND NOT USE_OPENOCD)
- set(USE_JLINK true)
-endif()
-
if(USE_JLINK)
if (NOT NRFJPROG)
message(FATAL_ERROR "the path to the tool nrfjprog must be specified on the command line (add -DNRFJPROG=<path>")