Skip to content

Remove old CMake code about gcc version check for -frounding-math  #6923

@mglisse

Description

@mglisse

if("${GCC_VERSION}" MATCHES "^[4-9].")
message(STATUS "Using gcc version 4 or later. Adding -frounding-math")
uniquely_add_flags(CGAL_CXX_FLAGS "-frounding-math")
endif()

Does gcc version 10 match this condition?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions