aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/protobuf-config-version.cmake.in
Commit message (Collapse)AuthorAge
* Merge pull request #3158 from yeswalrus/fix-policy-warningGravatar Feng Xiao2017-09-13
|\ | | | | Fix policy warning CMP0054
* | fix check_and_save_build_option not correctly exporting build optionsGravatar Walter Gray2017-06-02
| |
| * Fix policy warning CMP0054Gravatar Walter Gray2017-05-30
| |
* | Fix the check_and_save_build_option macro never evaluating to trueGravatar Walter Gray2017-05-30
| |
* | Fix find module not working when no version number was givenGravatar Walter Gray2017-05-30
|/
* 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