mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
Make Floating Point Existence Flag Initially Unset
PR OPM/opm-common#4348 altered the OPM build system's handling of boolean flags and setting the flag to zero no longer works.
This commit is contained in:
parent
c4db1b10d2
commit
e695550e05
@ -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