Releases: TheLartians/PackageProject.cmake
Releases · TheLartians/PackageProject.cmake
Fixed version suffix option
Fixes a bug where the flag NO_VERSION_SUFFIX
couldn't be disabled. The option has now been renamed to the named parameter PROJECT_VERSION_SUFFIX
.
Flag to remove version suffix
Add optional flag NO_VERSION_SUFFIX
to remove versioned installation suffix. See the readme or #15 for details.
Allow passing of version to dependencies
Fixes a bug preventing the version may now be specified in dependencies. For example: DEPENDENCIES "fmt 7.1.3;cxxopts 2.2.0"
is now a valid parameter.
Add namespace support
We now support namespaced targets using the additional NAMESPACE
parameter. See the readme for more information.
Version header
Added an option to automatically create a version header which is installed and included in the project's target.
v1.2.1
export package version to cache
Support multiple dependencies
v1.2 update readme
v1.1
add dependency support
v1.0
initial commit