Commit f0e7b643 authored by jan.koester's avatar jan.koester
Browse files

tes

parent 68efe873
Loading
Loading
Loading
Loading
+1 −13
Original line number Diff line number Diff line
@@ -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