mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-25 05:51:01 +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.
|
||||
if (${CURL_SUPPORT})
|
||||
find_package(CURL REQUIRED)
|
||||
add_definitions(-DUSE_CURL)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue