1
0
Fork 0

Curl is required for SimGear now.

This commit is contained in:
James Turner 2016-05-07 10:23:02 +01:00
parent b52034fbe1
commit 043355b5a7

View file

@ -229,21 +229,8 @@ if(NOT SIMGEAR_COMPILE_TEST)
endif()
unset(CMAKE_REQUIRED_DEFINITIONS)
unset(SIMGEAR_CURL_TEST CACHE)
check_cxx_source_compiles("
#include \"simgear/simgear_config.h\"
#if !defined(ENABLE_CURL)
#error Curl not enabled
#endif
int main() {}
"
SIMGEAR_CURL_TEST)
if (SIMGEAR_CURL_TEST)
message(STATUS "SimGear uses Curl")
find_package(CURL REQUIRED)
list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ${CURL_LIBRARIES})
endif()
find_package(CURL REQUIRED)
list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ${CURL_LIBRARIES})
include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(SimGear DEFAULT_MSG