aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2023-11-16 20:08:07 +0100
committerNeroBurner <pyro4hell@gmail.com>2023-12-16 11:43:31 +0100
commita544da9ed174bc184176ae50bedda5dd51c06021 (patch)
tree0930f1848aa93362a1fa8f75ebcaec14601a2565 /CMakeLists.txt
parent69b9d30a3057ea2d7170d15edbae15f4e56cdcc3 (diff)
cmake: update the TARGET_DEVICE selection choices as well
The properties are used for CMake-GUI configuration applications to provide a set of values by dropdown.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 41989489..ae6b1c5e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,7 @@ if(BUILD_RESOURCES)
endif()
set(TARGET_DEVICE "PINETIME" CACHE STRING "Target device")
-set_property(CACHE TARGET_DEVICE PROPERTY STRINGS PINETIME MOY-TFK5 MOY-TIN5 MOY-TON5 MOY-UNK)
+set_property(CACHE TARGET_DEVICE PROPERTY STRINGS PINETIME MOY_TFK5 MOY_TIN5 MOY_TON5 MOY_UNK)
set(PROJECT_GIT_COMMIT_HASH "")