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:
commit
e845eb63a5
@ -323,7 +323,7 @@ macro (config_hook)
|
||||
CXX_STANDARD 17
|
||||
)
|
||||
|
||||
set(HAVE_FLOATING_POINT_FROM_CHARS 0)
|
||||
unset(HAVE_FLOATING_POINT_FROM_CHARS)
|
||||
if(have_float_from_chars)
|
||||
set(HAVE_FLOATING_POINT_FROM_CHARS 1)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user