Home | History | Annotate | Download | only in curl

Lines Matching full:cmake

22 # curl/libcurl CMake script
28 # Add INSTALL target (EXTRA_DIST variables in Makefile.am may be moved to Makefile.inc so that CMake/CPack is aware of what's to include).
32 # Create scripts that help keeping the CMake build system up to date (to reduce maintenance). According to Tetetest:
39 # (From Daniel Stenberg) The cmake build selected to run gcc with -fPIC on my box while the plain configure script did not.
42 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
50 message(WARNING "the curl cmake build system is poorly maintained. Be aware")
263 include(${CMAKE_CURRENT_SOURCE_DIR}/CMake/Platforms/WindowsCache.cmake)
558 option(CMAKE_USE_GSSAPI "Use GSSAPI implementation (right now only Heimdal is supported with CMake build)" OFF)
1100 include(CMake/OtherTests.cmake)
1104 # For windows, all compilers used by cmake should support large files
1129 string(REGEX REPLACE "@([a-zA-Z_][a-zA-Z0-9_]*)@" "\${\\1}" MAKEFILE_INC_TEXT ${MAKEFILE_INC_TEXT}) # Replace @@ with ${}, even if that may not be read by CMake scripts.
1135 set(CURL_INSTALL_CMAKE_DIR CMake)
1137 set(CURL_INSTALL_CMAKE_DIR lib/cmake/curl)
1158 # TODO need to disable policy CMP0054 (CMake 3.1) to allow this indirection
1282 set(CURL_CONFIG_HAS_BEEN_RUN_BEFORE 1 CACHE INTERNAL "Flag to track whether this is the first time running CMake or if CMake has been configured before")
1293 "${PROJECT_BINARY_DIR}/curl-config-version.cmake"
1298 configure_file(CMake/curl-config.cmake
1299 "${PROJECT_BINARY_DIR}/curl-config.cmake"
1304 FILES ${PROJECT_BINARY_DIR}/curl-config.cmake
1305 ${PROJECT_BINARY_DIR}/curl-config-version.cmake
1310 # FIXME: This could be removed with future version of CMake.
1320 ${CMAKE_CURRENT_SOURCE_DIR}/CMake/cmake_uninstall.cmake.in
1321 ${CMAKE_CURRENT_BINARY_DIR}/CMake/cmake_uninstall.cmake
1326 ${CMAKE_CURRENT_BINARY_DIR}/CMake/cmake_uninstall.cmake)