Skip to content

Commit

Permalink
Merge pull request #221 from schwindp/patch-1
Browse files Browse the repository at this point in the history
Fix typo in FindYAMLCPP.cmake
  • Loading branch information
hmatuschek authored Apr 18, 2022
2 parents 5cec9f0 + f61c674 commit d0ca457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindYAMLCPP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else (YAMLCPP_LIBRARIES AND YAMLCPP_INCLUDE_DIRS)

if (YAMLCPP_FOUND)
if (NOT YAMLCPP_FIND_QUIETLY)
message(STATUS "Found yalm-cpp:")
message(STATUS "Found yaml-cpp:")
message(STATUS " - Includes: ${YAMLCPP_INCLUDE_DIRS}")
message(STATUS " - Libraries: ${YAMLCPP_LIBRARIES}")
endif (NOT YAMLCPP_FIND_QUIETLY)
Expand Down

0 comments on commit d0ca457

Please sign in to comment.