Search found 2 matches

by toshi38
Fri Oct 26, 2018 10:44 am
Forum: ESP-IDF
Topic: Compatibility between "normal CMake" and ESP-IDF
Replies: 80
Views: 105566

Re: Compatibility between "normal CMake" and ESP-IDF

@permal Thanks! I've found a super simple work around for the `project` and sub project issues. That said I'm not a cmake guru so still trying to evaluate what _other_ side effects this approach has before I consider making a PR. Inside the idf cmake file project.cmake I modified their `project` mac...
by toshi38
Thu Oct 25, 2018 2:46 pm
Forum: ESP-IDF
Topic: Compatibility between "normal CMake" and ESP-IDF
Replies: 80
Views: 105566

Re: Compatibility between "normal CMake" and ESP-IDF

Hey guys, I"m also running into similar problems with the project issues. My setup is something like this: I have my project included under `contrib` or similar folder, it has a CMakeLists.txt that uses the handy DownloadProject cmake plugin ( https://github.com/Crascit/DownloadProject ) to add some...