google/benchmark

Use of cmake 3.6 feature with cmake_minimum_required (VERSION 2.8.12)

Open

#603 aperta il 25 mag 2018

Vedi su GitHub
 (18 commenti) (3 reazioni) (1 assegnatario)C++ (1539 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (7968 star)
Metriche merge PR
 (Merge medio 4g 2h) (19 PR mergiate in 30 g)

Descrizione

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.

Guida contributor