Skip to content

Commit

Permalink
cmake: update the TARGET_DEVICE selection choices as well
Browse files Browse the repository at this point in the history
The properties are used for CMake-GUI configuration applications to
provide a set of values by dropdown.
  • Loading branch information
NeroBurner committed Dec 16, 2023
1 parent 69b9d30 commit a544da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")

Expand Down

0 comments on commit a544da9

Please sign in to comment.