mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Require cURL in CMakeLists.txt if USE_CURL is defined.
This commit is contained in:
parent
f0d848d3d3
commit
46503018f0
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ endif()
|
||||||
|
|
||||||
# cURL support.
|
# cURL support.
|
||||||
if (${CURL_SUPPORT})
|
if (${CURL_SUPPORT})
|
||||||
|
find_package(CURL REQUIRED)
|
||||||
add_definitions(-DUSE_CURL)
|
add_definitions(-DUSE_CURL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue