Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fix build failure on ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiangang Song committed Dec 13, 2019
1 parent db96ce0 commit d8856af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libraries/c_sdk/standard/ble/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ afr_module_sources(

afr_module_include_dirs(
${AFR_CURRENT_MODULE}
PUBLIC "${inc_dir}"
"$<${AFR_IS_TESTING}:${inc_dir}/private>"
PUBLIC
"${inc_dir}"
PRIVATE
"${inc_dir}/private"
"${test_dir}"
)

Expand Down

0 comments on commit d8856af

Please sign in to comment.