CPM.cmake Versions Save

📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.

v0.37.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.36.0...v0.37.0

v0.36.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.35.6...v0.36.0

v0.35.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.35.5...v0.35.6

v0.35.5

1 year ago

What's Changed

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.35.4...v0.35.5

v0.35.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.35.3...v0.35.4

v0.35.3

1 year ago

What's Changed

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.35.2...v0.35.3

v0.35.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.35.1...v0.35.2

v0.35.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.35.0...v0.35.1

v0.35.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cpm-cmake/CPM.cmake/compare/v0.34.3...v0.35.0

Thanks to everyone who contributed for these updates!

v0.34.3

2 years ago
  • Fixes an issue where whitespaces in paths lead to errors in the generated CMake modules (#312)
  • Fixes an issue where <dependency>_SOURCE_DIR and <dependency>_BINARY_DIR wasn't defined properly for cached dependencies (#314)

Thanks to @DNKpp for the issue and fixes!