summaryrefslogtreecommitdiff
path: root/src/sqlite
Commit message (Collapse)AuthorAge
* Update to SQLite 3.7.7.1JacobF2011-09-01
|
* New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola2011-06-25
(import from temporary git repo)
span>(WIN32) # If VCPKG_APPLOCAL_DEPS is ON, dll's are automatically handled by VCPKG if(NOT VCPKG_APPLOCAL_DEPS) find_file(CURL_DLL NAMES libcurl-4.dll libcurl.dll DOC "Path to the cURL DLL (for installation)") mark_as_advanced(CURL_DLL) endif() endif() include(FindPackageHandleStandardArgs) find_package_handle_standard_args(CURL DEFAULT_MSG CURL_LIBRARY CURL_INCLUDE_DIR)