Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
B
benchmark
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • benchmark
  • Repository

Switch branch/tag
  • benchmark
  • cmake
  • CXXFeatureCheck.cmake
Find file
BlameHistoryPermalink
  • Jeremy Ong's avatar
    Fix Clang builds on Windows (#1021) · 01c0ab7c
    Jeremy Ong authored Aug 27, 2020
    Fixes #974. The `cxx_feature_check` now has an additional
    optional argument which can be used to supply extra cmake flags
    to pass to the `try_compile` command. The `CMAKE_CXX_STANDARD=14`
    flag was determined to be the minimum flag necessary to correctly
    compile and run the regex feature checks when compiling with Clang
    under Windows (n.b. this does *not* refer to clang-cl, the frontend
    to the MSVC compiler). The additional flag is not enabled for any
    other compiler/platform tuple.
    01c0ab7c
CXXFeatureCheck.cmake 2.11 KB
EditWeb IDE
×

Replace CXXFeatureCheck.cmake

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.