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
Hi @motiwari, you're right it wasn't being set unless you installed the headers using CMake or used the CMake target.
Release v0.5.1 (02a2859) contains a fix for this.
Note, if you are not building through CMake you have to include carma before armadillo. When using the CMake build you don't have this issue.
Relevant code:
carma/include/carma
Lines 39 to 41 in 7e4c54f
If including the
carma
libraries, these lines throw an error because these variables are only set via cmake:carma/CMakeLists.txt
Lines 3 to 5 in 7e4c54f
The error is the standard
use of undefined identifier CARMA_VERSION_MAJOR
etc.Could you provide guidance on how to fix this? Running
cmake
does not fix the issueThe text was updated successfully, but these errors were encountered: