Skip to content
Snippets Groups Projects
Commit c1c1a941 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge pull request #1307 from gpryor/1.6

cmake: fix to reporting missing pkgs
parents 803b15c8 5a56472c
No related branches found
No related tags found
No related merge requests found
...@@ -423,7 +423,7 @@ foreach(option IN LISTS options) ...@@ -423,7 +423,7 @@ foreach(option IN LISTS options)
else () else ()
set(value "${${option}}") set(value "${${option}}")
endif () endif ()
find_package_message(${option} "${option}: ${value}" ${value}) find_package_message("${option}" "${option}: ${value}" "${value}")
endforeach(option) endforeach(option)
list_optional_packages() list_optional_packages()
message (STATUS "") message (STATUS "")
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