google/benchmark

Use of cmake 3.6 feature with cmake_minimum_required (VERSION 2.8.12)

Open

#603 aberto em 25 de mai. de 2018

Ver no GitHub
 (18 comments) (3 reactions) (1 assignee)C++ (1.539 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (7.968 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (19 fundiu PRs em 30d)

Description

https://github.com/google/benchmark/commit/e776aa0275e293707b6a0901e0e8d8a8a3679508 This commit adds list(FILTER SOURCE_FILES EXCLUDE REGEX "benchmark_main\\.cc") line to https://github.com/google/benchmark/blob/master/src/CMakeLists.txt. list(FILTER was introduced in CMake 3.6, however you script sets minimum required CMake version at 2.8.12.

Guia do colaborador