Compare commits
2 Commits
da13c52c51
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 2982f37522 | |||
| f74a38900f |
@@ -169,7 +169,7 @@ if (POLICY CMP0053)
|
|||||||
cmake_policy(SET CMP0053 NEW)
|
cmake_policy(SET CMP0053 NEW)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT _dep_exists AND NOT PIP_FREERTOS)
|
if (NOT _dep_exists AND NOT PIP_MICRO)
|
||||||
set(_dep_exists 1)
|
set(_dep_exists 1)
|
||||||
add_custom_target(deploy COMMENT "Deploy")
|
add_custom_target(deploy COMMENT "Deploy")
|
||||||
endif()
|
endif()
|
||||||
@@ -377,7 +377,7 @@ macro(get_system _OS _ARCH)
|
|||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
find_file(_release_file NAMES os-release lsb-release PATHS ${_paths} NO_DEFAULT_PATH)
|
find_file(_release_file NAMES os-release lsb-release PATHS ${_paths} NO_DEFAULT_PATH)
|
||||||
if ("${_release_file}")
|
if (_release_file)
|
||||||
file(STRINGS "${_release_file}" _lines)
|
file(STRINGS "${_release_file}" _lines)
|
||||||
foreach(_l ${_lines})
|
foreach(_l ${_lines})
|
||||||
if ("${_l}" MATCHES "VERSION_ID=.*")
|
if ("${_l}" MATCHES "VERSION_ID=.*")
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ macro(shstk_begin_project name)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
shstk_define_option(LOCAL "Local install" OFF)
|
shstk_define_option(LOCAL "Local install" OFF)
|
||||||
if (DEFINED ENV{QNX_HOST} OR PIP_FREERTOS)
|
if (DEFINED ENV{QNX_HOST} OR PIP_MICRO)
|
||||||
set(STATIC_LIB_DEFAULT ON)
|
set(STATIC_LIB_DEFAULT ON)
|
||||||
else()
|
else()
|
||||||
set(STATIC_LIB_DEFAULT OFF)
|
set(STATIC_LIB_DEFAULT OFF)
|
||||||
|
|||||||
Reference in New Issue
Block a user