crownstone / bluenet

Bluenet is the in-house firmware on Crownstone hardware. Functions: switching, dimming, energy monitoring, presence detection, indoor localization, switchcraft.
https://crownstone.rocks
91 stars 62 forks source link

Option to build offline #177

Closed mrquincle closed 2 years ago

mrquincle commented 2 years ago

Solves https://github.com/crownstone/bluenet/issues/176

Through the option -DBUILD_OFFLINE=ON you can disable updates of for example the git repositories added by ExternalProject_Add.

Of course it's the responsibility of the developer to have the required dependencies such as the cross-compiler on their system. This option is only useful after you have compiled before with this option disabled (which pulls the corresponding dependencies into the project).

vliedel commented 2 years ago

Very handy indeed =]