Fix indent getting version
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
a816b6f747
commit
e2b3eacd89
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ macro(SET_VERSION MAJOR MINOR FILE)
|
|||
string(CONCAT ver_minor ${CMAKE_MATCH_3}${CMAKE_MATCH_4})
|
||||
HEX2DEC(ver_major ${ver_major})
|
||||
HEX2DEC(ver_minor ${ver_minor})
|
||||
message(STATUS "Found version: ${ver_major}.${ver_minor}")
|
||||
message(STATUS "Found version:\t\t ${ver_major}.${ver_minor}")
|
||||
if(NOT ENABLE_EMULATION AND NOT ESP_PLATFORM)
|
||||
pico_set_binary_version(${CMAKE_PROJECT_NAME} MAJOR ${ver_major} MINOR ${ver_minor})
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue