Loading cmake/Findyaml.cmake +1 −13 Original line number Diff line number Diff line Loading @@ -65,15 +65,3 @@ else() endif() endif() endif() No newline at end of file --- ## ✅ Final Status Check ```cmake # Final check to ensure the consumer target can link successfully. if(TARGET yaml::yaml) # The variable YAML_FOUND might not be set in this file, but the target exists. message(STATUS "libyaml configuration complete. Use target yaml::yaml to link.") else() # This should never be reached if the No newline at end of file Loading
cmake/Findyaml.cmake +1 −13 Original line number Diff line number Diff line Loading @@ -65,15 +65,3 @@ else() endif() endif() endif() No newline at end of file --- ## ✅ Final Status Check ```cmake # Final check to ensure the consumer target can link successfully. if(TARGET yaml::yaml) # The variable YAML_FOUND might not be set in this file, but the target exists. message(STATUS "libyaml configuration complete. Use target yaml::yaml to link.") else() # This should never be reached if the No newline at end of file