aboutsummaryrefslogtreecommitdiff
path: root/cmake/protobuf-config-version.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3158 from yeswalrus/fix-policy-warningFeng Xiao2017-09-131-2/+2
|\ | | | | Fix policy warning CMP0054
| * Fix policy warning CMP0054Walter Gray2017-05-301-2/+2
| |
* | fix check_and_save_build_option not correctly exporting build optionsWalter Gray2017-06-021-1/+1
| |
* | Fix the check_and_save_build_option macro never evaluating to trueWalter Gray2017-05-301-1/+1
| |
* | Fix find module not working when no version number was givenWalter Gray2017-05-301-12/+14
|/
* Fix a bad variable dereference causing <package>_FIND_VERSION_PRERELEASE to ↵Walter Gray2016-07-121-1/+1
| | | | be ignored.
* Merge pull request #1666 from yeswalrus/cmake-prerelease-examplesFeng Xiao2016-06-171-15/+21
|\ | | | | CMake Fix up prerelease version handling
| * Fix prerelease version matching to be more consistent with the find_package ↵Walter Gray2016-06-091-15/+21
| | | | | | | | arguments.
* | Save the relevant options used to create a package, allow users to reject ↵Walter Gray2016-06-091-9/+19
|/ | | | packages based on them.
* For prerelease versions, require protobuf_FIND_VERSION to be set.Walter Gray2016-05-311-16/+22
|
* Update protobuf-config-version.cmake.in to correctly set the required ↵Walter Gray2016-05-191-0/+35
| | | | variables (PACKAGE_VERSION_EXACT, PACKAGE_VERSION_COMPATIBLE, PACKAGE_VERSION_UNSUITABLE)
* Down-integrate from google3.Feng Xiao2015-08-221-1/+1
|
* Install protobuf from cmake projectKonstantin Podsvirov2015-07-311-0/+1
Additional export as "protobuf" package for importing from other cmake projects