We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab76c24 commit 14b3ca1Copy full SHA for 14b3ca1
CMakeLists.txt
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.11...3.15)
2
3
#if using an older VERSION of curl ocsp stapling can be disabled
4
set(CURL_MIN_VERSION "7.28.0")
5
+
6
# Setting up project
7
project(curlcpp LANGUAGES CXX)
8
@@ -33,7 +34,8 @@ add_subdirectory(src)
33
34
# Set up test directory.
35
add_subdirectory(test)
36
37
+# Set library location
38
set(CURLCPP_LIB_LOCATION "$<TARGET_FILE:${curlcpp}>")
39
40
configure_file(CMake/curlcppConfig.cmake.in
- ${CURLCPP_BINARY_DIR}/curlcppConfig.cmake @ONLY)
41
+ ${CMAKE_INSTALL_PREFIX}/lib/curlcpp/curlcppConfig.cmake @ONLY)
biicode.conf
0 commit comments