Skip to content

Commit

Permalink
#2175: add CI print statements to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 20, 2024
1 parent 71c86fb commit 4aac5c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/yaml-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ if (YAML_CPP_INSTALL)
DESTINATION ${CMAKE_INSTALL_DATADIR}/pkgconfig)
endif()

message("YAML-CPP: installation complete")

if(YAML_CPP_BUILD_TESTS)
add_subdirectory(test)
endif()
Expand Down
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ install(
install(TARGETS ${BROTLI_LIBRARY} EXPORT ${VIRTUAL_TRANSPORT_LIBRARY})
install(TARGETS ${ENG_FORMAT_LIBRARY} EXPORT ${VIRTUAL_TRANSPORT_LIBRARY})
install(TARGETS ${FMT_LIBRARY} EXPORT ${VIRTUAL_TRANSPORT_LIBRARY})
message("installing yamlcpp")
install(TARGETS ${YAMLCPP_LIBRARY} EXPORT ${VIRTUAL_TRANSPORT_LIBRARY})
message("yamlcpp installed")
install(TARGETS ${JSON_LIBRARY} EXPORT ${VIRTUAL_TRANSPORT_LIBRARY})

if (vt_libfort_enabled)
Expand Down

0 comments on commit 4aac5c1

Please sign in to comment.