mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Makes COMPONENT_LIB available for mock components
- COMPONENT_LIB wasn't available for parent scope
This commit is contained in:
parent
64129c2e51
commit
dd441ef713
@ -564,6 +564,8 @@ function(idf_component_mock)
|
||||
INCLUDE_DIRS ${__INCLUDE_DIRS}
|
||||
REQUIRES ${__REQUIRES})
|
||||
|
||||
|
||||
set(COMPONENT_LIB ${COMPONENT_LIB} PARENT_SCOPE)
|
||||
add_custom_command(
|
||||
OUTPUT ruby_found SYMBOLIC
|
||||
COMMAND "ruby" "-v"
|
||||
|
Loading…
Reference in New Issue
Block a user