Build: Adjust CMake version search regex.
commit5d351c69c19d212ddd2cf1f3bdb24900820c6776
authorJia Tan <jiat0218@gmail.com>
Sat, 4 Feb 2023 13:06:35 +0000 (4 21:06 +0800)
committerJia Tan <jiat0218@gmail.com>
Tue, 7 Mar 2023 15:57:39 +0000 (7 23:57 +0800)
tree4322cfe7abf0125a0c6afdf3fe5b1617dea6bd6e
parentb82d4831e3f2339c4cdbc47776c99462088c11b7
Build: Adjust CMake version search regex.

Now, the LZMA_VERSION_MAJOR, LZMA_VERSION_MINOR, and LZMA_VERSION_PATCH
macros do not need to be on consecutive lines in version.h. They can be
separated by more whitespace, comments, or even other content, as long
as they appear in the proper order (major, minor, patch).
CMakeLists.txt