diff --git a/CMakeLists.txt b/CMakeLists.txt index 995f3981759152a0ef42675879e6cc674455744e..fd01f90fd3bd265ce0b2969a11fd5b3adb6be995 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "")