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
Please register or sign in to comment