compile time warning about unsupported option

This commit is contained in:
conrad
2021-04-01 17:07:55 +10:00
parent a7408c2d59
commit 4f0db314d0
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -314,3 +314,8 @@
// Do not use these unless you know what you are doing.
#define ARMA_AUX_LIBS
#define ARMA_AUX_INCDIRS
#if defined(ARMA_WARN_LEVEL)
#pragma message ("WARNING: the ARMA_WARN_LEVEL option is not supported in this version of Armadillo")
#endif
+5
View File
@@ -314,3 +314,8 @@
// Do not use these unless you know what you are doing.
#define ARMA_AUX_LIBS ${ARMA_LIBS}
#define ARMA_AUX_INCDIRS ${CMAKE_REQUIRED_INCLUDES}
#if defined(ARMA_WARN_LEVEL)
#pragma message ("WARNING: the ARMA_WARN_LEVEL option is not supported in this version of Armadillo")
#endif