Skip to content

Commit 14b3ca1

Browse files
JosephP91JosephP91
authored and
JosephP91
committed
Removed biicode unused config file and fixed error described in issue #127
1 parent ab76c24 commit 14b3ca1

File tree

2 files changed

+3
-45
lines changed

2 files changed

+3
-45
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.11...3.15)
22

33
#if using an older VERSION of curl ocsp stapling can be disabled
44
set(CURL_MIN_VERSION "7.28.0")
5+
56
# Setting up project
67
project(curlcpp LANGUAGES CXX)
78

@@ -33,7 +34,8 @@ add_subdirectory(src)
3334
# Set up test directory.
3435
add_subdirectory(test)
3536

37+
# Set library location
3638
set(CURLCPP_LIB_LOCATION "$<TARGET_FILE:${curlcpp}>")
3739

3840
configure_file(CMake/curlcppConfig.cmake.in
39-
${CURLCPP_BINARY_DIR}/curlcppConfig.cmake @ONLY)
41+
${CMAKE_INSTALL_PREFIX}/lib/curlcpp/curlcppConfig.cmake @ONLY)

biicode.conf

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)