Commit e7cb4958 authored by Łukasz Stolarczuk's avatar Łukasz Stolarczuk
Browse files

examples: update min cmake version to 3.4

in examples using 'include' command - it also uses 'CheckIncludeFile'
which (in CMake <=3.3) worked only with set project language (CXX in this case),
and some included files are supposed to be checked with C lang, too.

With help of: https://github.com/nlohmann/cmake_min_version
parent 17533fec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment