kopia lustrzana https://github.com/stlink-org/stlink
Minor whitespace and code style fix
rodzic
d473c99f10
commit
ffe6240012
|
@ -55,7 +55,7 @@ if (GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
|
||||||
message(STATUS "Rewrite ${PROJECT_SOURCE_DIR}/.version with ${__version_str}.")
|
message(STATUS "Rewrite ${PROJECT_SOURCE_DIR}/.version with ${__version_str}.")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
else (EXISTS "${PROJECT_SOURCE_DIR}/.version")
|
else (NOT EXISTS "${PROJECT_SOURCE_DIR}/.version")
|
||||||
|
|
||||||
# No local .version file found: Create a new one...
|
# No local .version file found: Create a new one...
|
||||||
file(WRITE "${PROJECT_SOURCE_DIR}/.version" ${__version_str})
|
file(WRITE "${PROJECT_SOURCE_DIR}/.version" ${__version_str})
|
||||||
|
|
Ładowanie…
Reference in New Issue