Skip to content
Snippets Groups Projects
Commit 50f5f25d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake: libyaml is required; improve msg

parent a921123d
No related branches found
No related tags found
No related merge requests found
Pipeline #93220 failed
......@@ -56,10 +56,10 @@ find_library(LIBYAML_LIBRARY
/opt/local
/opt/csw
/opt
REQUIRED
)
message(STATUS
"libyaml: FOUND=${LIBYAML_FOUND}, VERSION=${LIBYAML_VERSION}, LIB=${LIBYAML_LIBRARY}")
"libyaml: found LIB=${LIBYAML_LIBRARY}, VERSION=${LIBYAML_VERSION}")
message(STATUS "Found FindLibyaml: ${LIBYAML_LIBRARY}")
mark_as_advanced(LIBYAML_INCLUDE_DIR LIBYAML_LIBRARY)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment