Uppercase CURL in find_package
This commit is contained in:
parent
0d99e8c85d
commit
c22df88c36
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ include_directories (${libtransport_SOURCE_DIR}/backends/twitter/libtwitcurl)
|
|||
FILE(GLOB SRC *.cpp libtwitcurl/*.cpp Requests/*.cpp)
|
||||
add_executable(spectrum2_twitter_backend ${SRC})
|
||||
|
||||
find_package(curl)
|
||||
find_package(CURL)
|
||||
|
||||
if(CURL_FOUND)
|
||||
message(STATUS "Using curl ${CURL_VERSION_STRING}: ${CURL_INCLUDE_DIRS} ${CURL_LIBRARIES}")
|
||||
|
|
Loading…
Add table
Reference in a new issue