From fcca265035a92eac2773f85a79a8ad142a9bb795 Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Thu, 3 Feb 2022 19:04:57 +0100 Subject: cmake: configure_package_config_file can now take a dict --- docs/markdown/CMake-module.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown/CMake-module.md') diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md index 8e6c4e939..a5c0c7e0e 100644 --- a/docs/markdown/CMake-module.md +++ b/docs/markdown/CMake-module.md @@ -262,6 +262,7 @@ the `configuration` parameter. * `input`: the template file where that will be treated for variable substitutions contained in `configuration`. * `install_dir`: optional installation directory, it defaults to `$(libdir)/cmake/$(name)`. * `configuration`: a `configuration_data` object that will be used for variable substitution in the template file. + *Since 0.62.0* it can take a dictionary instead. Example: -- cgit v1.3