mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5756 from bska/follow-cmake-bool-handling-update
Make Floating Point Existence Flag Initially Unset
This commit is contained in:
@@ -323,7 +323,7 @@ macro (config_hook)
|
|||||||
CXX_STANDARD 17
|
CXX_STANDARD 17
|
||||||
)
|
)
|
||||||
|
|
||||||
set(HAVE_FLOATING_POINT_FROM_CHARS 0)
|
unset(HAVE_FLOATING_POINT_FROM_CHARS)
|
||||||
if(have_float_from_chars)
|
if(have_float_from_chars)
|
||||||
set(HAVE_FLOATING_POINT_FROM_CHARS 1)
|
set(HAVE_FLOATING_POINT_FROM_CHARS 1)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user