mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-23 03:49:23 +00:00
Fixed curl include directory
This commit is contained in:
parent
314a1ba39b
commit
47f40c0be3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ if (NOT STATIC_BINARY AND NOT STATIC_LIBS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (CURL_INCLUDE_DIRS)
|
if (CURL_INCLUDE_DIRS)
|
||||||
include_directories(CURL_INCLUDE_DIRS)
|
include_directories(${CURL_INCLUDE_DIRS})
|
||||||
else()
|
else()
|
||||||
include_directories(external/src/curl/include)
|
include_directories(external/src/curl/include)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue