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)
else ()
set(value "${${option}}")
endif ()
find_package_message(${option} "${option}: ${value}" ${value})
find_package_message("${option}" "${option}: ${value}" "${value}")
endforeach(option)
list_optional_packages()
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