diff options
author | Vollstrecker <werner@vollstreckernet.de> | 2024-12-05 11:10:55 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 19:59:10 -0800 |
commit | 4d74e4498eae2e4f527e67c0115ff2ec46923193 (patch) | |
tree | e747927926b506300831138ac12c821a900103b1 | |
parent | 6084c550c310caf265156ea0c33bf6febf58e313 (diff) | |
download | zlib-4d74e4498eae2e4f527e67c0115ff2ec46923193.tar.gz zlib-4d74e4498eae2e4f527e67c0115ff2ec46923193.tar.bz2 zlib-4d74e4498eae2e4f527e67c0115ff2ec46923193.zip |
CMake: Add the version to the exported configuration.
-rw-r--r-- | zlibConfig.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zlibConfig.cmake.in b/zlibConfig.cmake.in index aa11011..dfe6bba 100644 --- a/zlibConfig.cmake.in +++ b/zlibConfig.cmake.in | |||
@@ -1,2 +1,3 @@ | |||
1 | set(zlib_VERSION @zlib_VERSION@) | ||
1 | @PACKAGE_INIT@ | 2 | @PACKAGE_INIT@ |
2 | INCLUDE (${CMAKE_CURRENT_LIST_DIR}/zlib.cmake) | 3 | INCLUDE (${CMAKE_CURRENT_LIST_DIR}/zlib.cmake) |