Skip to content

Commit 8f0cdfd

Browse files
Remove network-uri again
1 parent aa3451d commit 8f0cdfd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cppnetlibConfig.cmake.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ set(CPPNETLIB_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
1111
# Our library dependencies (contains definitions for IMPORTED targets)
1212
if( NOT TARGET cppnetlib-client-connections
1313
AND NOT TARGET cppnetlib-server-parsers
14-
AND NOT TARGET network-uri
1514
AND NOT CPPNETLIB_BINARY_DIR)
1615
include("${CPPNETLIB_CMAKE_DIR}/cppnetlibTargets.cmake")
1716
endif()
1817

1918
# These are IMPORTED targets created by cppnetlibTargets.cmake
2019
set(CPPNETLIB_LIBRARIES
2120
cppnetlib-client-connections
22-
cppnetlib-server-parsers
23-
network-uri)
21+
cppnetlib-server-parsers)
2422
#set(CPPNETLIB_EXECUTABLE ...) # maybe the examples?

0 commit comments

Comments
 (0)