aboutsummaryrefslogtreecommitdiff
path: root/cmake/examples.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Integrate from internal code base.Feng Xiao2016-07-131-57/+57
|
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-2/+2
|
* Merge pull request #1666 from yeswalrus/cmake-prerelease-examplesFeng Xiao2016-06-171-0/+1
|\ | | | | CMake Fix up prerelease version handling
| * Fix prerelease version matching to be more consistent with the find_package ↵Walter Gray2016-06-091-0/+1
| | | | | | | | arguments.
* | Save the relevant options used to create a package, allow users to reject ↵Walter Gray2016-06-091-2/+1
|/ | | | packages based on them.
* Use ExternalProject_Add to build the examples in a stand-alone fashion.Walter Gray2016-06-061-2/+49
|
* CMake project updatesKonstantin Podsvirov2016-06-041-0/+10
A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.