Skip to content

build portability #10

Description

@belm0

I noticed a few issues in my environment

c++17 standard is not being applied

Maybe the current config only happens to work if the C++ compiler defaults to 17?

I had to add this to top level CMakeLists.txt:

set(CMAKE_CXX_STANDARD 17)

ext/google_benchmark assumes Windows

needed to disable hard-coded lib shlwapi in ext/google_benchmark/CMakeLists.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions