aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
970 stars 61 forks source link

fix conversion warnings #39

Closed modkin closed 4 years ago

modkin commented 4 years ago

since add_executable is used without sources the minimum required version has to be 3.11. see: https://cmake.org/cmake/help/v3.11/release/3.11.html#commands

modkin commented 4 years ago

Just realized I did not work on the current master. I will rebase and fix. Sorry

aras-p commented 4 years ago

FYI #42 adjusted CMakeLists.txt to not require 3.11

modkin commented 4 years ago

Sorry I totally forgot about this PR. Great then the minimum version can stay as it is. I will revert it and have a look into the checks then.

modkin commented 4 years ago

This would be ready for merge