Skip to content
Snippets Groups Projects
Commit 6eb48400 authored by Oksana Shadura's avatar Oksana Shadura Committed by Philippe Canal
Browse files

Enable to dump LZ4_VERSION for root-config --config output

parent 40bba4c4
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ endif()
#---Populate the configure arguments returned by 'root-config --config'-------------------------
get_cmake_property(variables CACHE_VARIABLES)
foreach(var ${variables})
if((var MATCHES "_(LIBRARIES|LIBRARY|INCLUDE)") AND
if((var MATCHES "_(LIBRARIES|LIBRARY|INCLUDE|VERSION)") AND
(NOT ${${var}} STREQUAL "") AND
(NOT ${var} MATCHES "NOTFOUND"))
if (var MATCHES "^QT_")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment