From a544da9ed174bc184176ae50bedda5dd51c06021 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Thu, 16 Nov 2023 20:08:07 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "")