We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3451d commit 8f0cdfdCopy full SHA for 8f0cdfd
cppnetlibConfig.cmake.in
@@ -11,14 +11,12 @@ set(CPPNETLIB_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
11
# Our library dependencies (contains definitions for IMPORTED targets)
12
if( NOT TARGET cppnetlib-client-connections
13
AND NOT TARGET cppnetlib-server-parsers
14
- AND NOT TARGET network-uri
15
AND NOT CPPNETLIB_BINARY_DIR)
16
include("${CPPNETLIB_CMAKE_DIR}/cppnetlibTargets.cmake")
17
endif()
18
19
# These are IMPORTED targets created by cppnetlibTargets.cmake
20
set(CPPNETLIB_LIBRARIES
21
cppnetlib-client-connections
22
- cppnetlib-server-parsers
23
- network-uri)
+ cppnetlib-server-parsers)
24
#set(CPPNETLIB_EXECUTABLE ...) # maybe the examples?
0 commit comments