From 677bdb3bade14d88af03d79c802bea7ef5987b2c Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 14 Jul 2025 14:55:45 +1000 Subject: [PATCH] swap order to ensure consistency with previous version --- include/armadillo_bits/config.hpp | 8 ++++---- include/armadillo_bits/config.hpp.cmake | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/armadillo_bits/config.hpp b/include/armadillo_bits/config.hpp index ea9e64fc..aa84b77f 100644 --- a/include/armadillo_bits/config.hpp +++ b/include/armadillo_bits/config.hpp @@ -390,14 +390,14 @@ #undef ARMA_PRINT_EXCEPTIONS #endif -#if defined(ARMA_CRIPPLED_LAPACK) - #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") -#endif - #if defined(ARMA_IGNORE_DEPRECATED_MARKER) #pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER is not supported") #endif +#if defined(ARMA_CRIPPLED_LAPACK) + #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") +#endif + // if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined, // ARMA_AUX_LIBS lists the libraries required by Armadillo on this system, and diff --git a/include/armadillo_bits/config.hpp.cmake b/include/armadillo_bits/config.hpp.cmake index 706da587..b0323442 100644 --- a/include/armadillo_bits/config.hpp.cmake +++ b/include/armadillo_bits/config.hpp.cmake @@ -390,14 +390,14 @@ #undef ARMA_PRINT_EXCEPTIONS #endif -#if defined(ARMA_CRIPPLED_LAPACK) - #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") -#endif - #if defined(ARMA_IGNORE_DEPRECATED_MARKER) #pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER is not supported") #endif +#if defined(ARMA_CRIPPLED_LAPACK) + #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported") +#endif + // if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined, // ARMA_AUX_LIBS lists the libraries required by Armadillo on this system, and