Skip to content

Commit

Permalink
fix: Message for configuring just repeated the last dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
object71 authored Feb 26, 2024
1 parent 002355e commit 977b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/cmake-snippets/JsonDependency.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function(json_config_dependencies)
endforeach ()

foreach (DEPENDENCY IN LISTS DEPENDENCIES)
message(STATUS "Configuring Dependency: ${DEPENDENCY_NAME} - " ${DEPENDENCY_VERSION})
message(STATUS "Configuring Dependency: ${DEPENDENCY}")
fetchcontent_makeavailable("${DEPENDENCY}")
endforeach ()
endfunction()

0 comments on commit 977b762

Please sign in to comment.