aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindCURL.cmake
AgeCommit message (Collapse)Author
2019-06-10Add compatibility to vcpkg buildsystem (#8317)adrido
2015-03-27Clean up and tweak build systemShadowNinja
* Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files.
2013-11-17Add CURL_DLL search to show up CURL_DLL in cmake gui and don't silently ↵sapier
ignore missing CURL_DLL
2012-12-21Prefer shared cURL library instead of the static one.Ilya Zhuravlev
2012-12-18Tweak CMake files for cURLsfan5
2012-12-16Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev