Skip to content

Commit

Permalink
Fix typo in FindYAMLCPP.cmake
Browse files Browse the repository at this point in the history
Typo in cmake output
  • Loading branch information
schwindp authored Apr 18, 2022
1 parent 5cec9f0 commit f61c674
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 f61c674

Please sign in to comment.