Skip to content

Commit

Permalink
Removed biicode unused config file and fixed error described in issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephP91 authored and JosephP91 committed Jun 2, 2020
1 parent ab76c24 commit 14b3ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.11...3.15)

#if using an older VERSION of curl ocsp stapling can be disabled
set(CURL_MIN_VERSION "7.28.0")

# Setting up project
project(curlcpp LANGUAGES CXX)

Expand Down Expand Up @@ -33,7 +34,8 @@ add_subdirectory(src)
# Set up test directory.
add_subdirectory(test)

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

configure_file(CMake/curlcppConfig.cmake.in
${CURLCPP_BINARY_DIR}/curlcppConfig.cmake @ONLY)
${CMAKE_INSTALL_PREFIX}/lib/curlcpp/curlcppConfig.cmake @ONLY)
44 changes: 0 additions & 44 deletions biicode.conf

This file was deleted.

0 comments on commit 14b3ca1

Please sign in to comment.