kendryte-freertos-sdk icon indicating copy to clipboard operation
kendryte-freertos-sdk copied to clipboard

Fix out-of-tree building

Open DaveRichmond opened this issue 4 years ago • 3 comments

Pull request for the patch provided in issue #30. In tree building still appears to work fine with this change, so I can only assume it doesn't have any side effects.

  • [x] I have thoroughly tested my contribution.
  • [x] The code I submitted has no copyright issues.

Out of tree project building failed because the third_party libraries within the sdk weren't included in the sdks cmake files.

DaveRichmond avatar Aug 04 '19 12:08 DaveRichmond

"add_subdirectory(third_party)" should be in CMakeLists.example.txt (and already in CMakeLists.txt)

I think your issue is about miss-synchronize between CMakeLists.example.txt and CMakeLists.txt.

GongT avatar Aug 08 '19 06:08 GongT

Ok, I found it's ok to write this here, reopen this, please wait for review.

GongT avatar Aug 08 '19 06:08 GongT

I had the same issue. It would be cool to merge this (after fixing indentation).

cmdrf avatar Dec 06 '19 13:12 cmdrf