Remove non required BOOST_CHARCONV_NO_QUADMATH definition in CMake

This commit is contained in:
Ruben Perez
2025-01-03 15:39:14 +01:00
parent a7356e80e2
commit 2745f1bd76

View File

@@ -46,7 +46,6 @@ target_link_libraries(boost_charconv
# Check to see if the user specified BOOST_CHARCONV_NO_QUADMATH even with quadmath support being available
if(NOT BOOST_CHARCONV_QUADMATH_FOUND OR BOOST_CHARCONV_NO_QUADMATH)
message(STATUS "Boost.Charconv: quadmath support OFF")
target_compile_definitions(boost_charconv PUBLIC BOOST_CHARCONV_NO_QUADMATH)
else()
message(STATUS "Boost.Charconv: quadmath support ON")
target_compile_definitions(boost_charconv PUBLIC BOOST_CHARCONV_HAS_QUADMATH)