Skip to content

Commit

Permalink
Fix linking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 4, 2019
1 parent de47cbb commit bacc238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ set(USE_SYSTEM_CURL ON CACHE BOOL "" FORCE)
# disable CPR tests to save compile time and avoid clashes with own tests
set(BUILD_CPR_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(cpr)
set_property(TARGET cpr PROPERTY POSITION_INDEPENDENT_CODE ON)

# it's quite simple dealing with the args library directly from CMake
add_library(args INTERFACE)
Expand Down

0 comments on commit bacc238

Please sign in to comment.