2004f4ba0c
When calling find_package(CURL), different files might be inspected: - $CMAKE_PREFIX/Modules/FindCURL.cmake - 3rdParty/lib/cmake/CURL/CURLConfig.cmake Which file is selected is decided by CMake depending on the context. Unfortunately, whereas the former defines CURL_LIBRARY, the latter does not. However, both define the CURL::libcurl target, from which the library location can be retrieved with get_property() so as to achieve the same effect. Fixing this also makes CURL_NO_CURL_CMAKE redundant. git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9582 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 470e785d15589e41bf6f5d1b3c42318bb5ef645e Former-commit-id: 5f8c279fc814833acdb26ade8979f67950033a8b |
||
---|---|---|
.. | ||
3rdParty-devel | ||
appdata | ||
desura | ||
loki | ||
OSX | ||
portable | ||
sources | ||
windows | ||
CMakeLists.txt |