From: Matthias Maier Date: Mon, 8 Jan 2024 14:22:46 +0000 (-0600) Subject: CMake: do not check for std::legendrel and std::cyl_bessel_jl X-Git-Tag: relicensing~192^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cae11e7460cf7341f94fff54affee7ce4fc204;p=dealii.git CMake: do not check for std::legendrel and std::cyl_bessel_jl --- diff --git a/cmake/checks/check_01_cxx_features.cmake b/cmake/checks/check_01_cxx_features.cmake index 462774b39b..e15dd2b217 100644 --- a/cmake/checks/check_01_cxx_features.cmake +++ b/cmake/checks/check_01_cxx_features.cmake @@ -556,7 +556,6 @@ CHECK_CXX_SOURCE_COMPILES( #include using std::cyl_bessel_j; using std::cyl_bessel_jf; - using std::cyl_bessel_jl; int main() { } @@ -574,7 +573,6 @@ CHECK_CXX_SOURCE_COMPILES( #include using std::legendre; using std::legendref; - using std::legendrel; int main() { }