Skip to content

Releases: TheLartians/PackageProject.cmake

Fixed version suffix option

23 Feb 12:31
7954bea
Compare
Choose a tag to compare

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

15 Feb 11:14
16b9cd5
Compare
Choose a tag to compare

Add optional flag NO_VERSION_SUFFIX to remove versioned installation suffix. See the readme or #15 for details.

Allow passing of version to dependencies

08 Feb 12:00
036e0cb
Compare
Choose a tag to compare

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

18 Dec 17:44
3773755
Compare
Choose a tag to compare

We now support namespaced targets using the additional NAMESPACE parameter. See the readme for more information.

Version header

03 Jun 14:01
a1dc019
Compare
Choose a tag to compare

Added an option to automatically create a version header which is installed and included in the project's target.

v1.2.1

03 Jun 11:02
Compare
Choose a tag to compare
export package version to cache

Support multiple dependencies

20 Apr 23:52
Compare
Choose a tag to compare
v1.2

update readme

v1.1

20 Apr 23:09
Compare
Choose a tag to compare
add dependency support

v1.0

14 Apr 10:06
Compare
Choose a tag to compare
initial commit