aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindGMP.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix libgmp detection (#7488)Leonid Bobrov2018-06-261-1/+1
|
* Fix cmake library default build problem since moving to lib/Loic Blot2017-04-071-6/+3
| | | | Also make Lua library check a cmake module
* Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ ↵Loïc Blot2017-04-021-3/+5
| | | | | | | | | | | | | | | | instead of src/ (#5473) * Update embedded jsoncpp from unk version to 0.10.6 0.10.6 is last release without c++11 * Make jsoncpp more compliant with its amalgamate Jsoncpp cpp file should be upper, make the library like it does in amalgamate * Reorganization: move minetest embedded libs outside of source tree to /lib * Fix a dead grep in LINT
* Add LibGMPest312015-05-111-0/+28
Uses system provided libgmp if found, if not it falls back to mini-gmp.