update template

pull/12501/head
Jay Lee 7 years ago
parent bfcbad3b86
commit d6c4e937ce
No known key found for this signature in database
GPG Key ID: D6F153734C869822
  1. 3
      templates/CMakeLists.txt.template

@ -179,7 +179,8 @@
if(NOT CARES_ROOT_DIR)
set(CARES_ROOT_DIR <%text>${CMAKE_CURRENT_SOURCE_DIR}</%text>/third_party/cares/cares)
endif()
set(CARES_STATIC ON)
set(CARES_SHARED OFF CACHE BOOL "disable shared library")
set(CARES_STATIC ON CACHE BOOL "link cares statically")
set(CARES_INCLUDE_DIR "<%text>${CMAKE_CURRENT_SOURCE_DIR}</%text>/third_party/cares/cares")
add_subdirectory(third_party/cares/cares)
if(TARGET c-ares)

Loading…
Cancel
Save