Resolved header conflict between linux/darwin/win32 by moving ares and curl headers relevant target subdirectories.
Stemmed around the downloaded archives having differing headers and overwriting eachother.
This commit is contained in:
@@ -19,5 +19,5 @@ else (STANDALONE)
|
||||
else (WINDOWS)
|
||||
set(CARES_LIBRARIES cares)
|
||||
endif (WINDOWS)
|
||||
set(CARES_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/ares)
|
||||
set(CARES_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/ares)
|
||||
endif (STANDALONE)
|
||||
|
||||
@@ -15,5 +15,5 @@ else (STANDALONE)
|
||||
else (WINDOWS)
|
||||
set(CURL_LIBRARIES curl)
|
||||
endif (WINDOWS)
|
||||
set(CURL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
|
||||
set(CURL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
|
||||
endif (STANDALONE)
|
||||
|
||||
Reference in New Issue
Block a user