Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 14.0.1
-
None
-
-
25fcbb336 (14.0)
Description
Error in cmake/Findyaml-cpp.cmake
there
if (NOT EXISTS yaml_cpp_include_dir)
must be
if (NOT EXISTS ${yaml_cpp_include_dir})
Because of it, cmake not see external yaml-cpp