mirror of
https://github.com/boostorg/charconv.git
synced 2026-01-19 04:02:15 +00:00
Remove non required BOOST_CHARCONV_NO_QUADMATH definition in CMake
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user