Merge pull request #370 from bobbycar-graz/cmake-checks
This commit is contained in:
@@ -544,6 +544,10 @@ string(REPLACE "\n" " " GIT_MESSAGE "${GIT_MESSAGE}")
|
|||||||
string(SUBSTRING "${GIT_MESSAGE}" 0 100 GIT_MESSAGE)
|
string(SUBSTRING "${GIT_MESSAGE}" 0 100 GIT_MESSAGE)
|
||||||
string(STRIP "${GIT_BRANCH}" GIT_BRANCH)
|
string(STRIP "${GIT_BRANCH}" GIT_BRANCH)
|
||||||
|
|
||||||
|
if(NOT DEFINED BOBBY_DEFAULT_OTA_NAME)
|
||||||
|
message(FATAL_ERROR "Please define BOBBY_DEFAULT_OTA_NAME")
|
||||||
|
endif()
|
||||||
|
|
||||||
target_compile_options(${COMPONENT_TARGET}
|
target_compile_options(${COMPONENT_TARGET}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
-fstack-reuse=all
|
-fstack-reuse=all
|
||||||
|
Reference in New Issue
Block a user