aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/protobuf-config-version.cmake.in
Commit message (Collapse)AuthorAge
* Fix a bad variable dereference causing <package>_FIND_VERSION_PRERELEASE to ↵Gravatar Walter Gray2016-07-12
| | | | be ignored.
* Merge pull request #1666 from yeswalrus/cmake-prerelease-examplesGravatar Feng Xiao2016-06-17
|\ | | | | CMake Fix up prerelease version handling
* | Save the relevant options used to create a package, allow users to reject ↵Gravatar Walter Gray2016-06-09
| | | | | | | | packages based on them.
| * Fix prerelease version matching to be more consistent with the find_package ↵Gravatar Walter Gray2016-06-09
|/ | | | arguments.
* For prerelease versions, require protobuf_FIND_VERSION to be set.Gravatar Walter Gray2016-05-31
|
* Update protobuf-config-version.cmake.in to correctly set the required ↵Gravatar Walter Gray2016-05-19
| | | | variables (PACKAGE_VERSION_EXACT, PACKAGE_VERSION_COMPATIBLE, PACKAGE_VERSION_UNSUITABLE)
* Down-integrate from google3.Gravatar Feng Xiao2015-08-22
|
* Install protobuf from cmake projectGravatar Konstantin Podsvirov2015-07-31
Additional export as "protobuf" package for importing from other cmake projects