You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the CMake implementation for the RF24 lib does not build and install this librf24-bcm.so. Is this going to be a problem going forward with CMake for RF24Network?
Other than this question, I think implementing CMake for this lib (& RF24Mesh) will be a simple matter of copy-n-paste (with differently defined install rules) from the RF24 lib's CMake for Linux implementation.
The text was updated successfully, but these errors were encountered:
I took a peek at the makefile for this lib to envision what is needed to implement CMake as an alternative build system. But I found that this lib links to a symlink that is marked deprecated (via variable name) in the RF24 lib's configure file.
Currently the CMake implementation for the RF24 lib does not build and install this librf24-bcm.so. Is this going to be a problem going forward with CMake for RF24Network?
Other than this question, I think implementing CMake for this lib (& RF24Mesh) will be a simple matter of copy-n-paste (with differently defined install rules) from the RF24 lib's CMake for Linux implementation.
The text was updated successfully, but these errors were encountered: