Skip to content

Commit d63e40f

Browse files
Remove cppnetlib-uri from export
1 parent 378469f commit d63e40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ install(DIRECTORY boost DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
166166
# [see http://www.cmake.org/Wiki/CMake/Tutorials/How_to_create_a_ProjectConfig.cmake_file]
167167

168168
# Add all targets to the build-tree export set
169-
export(TARGETS cppnetlib-client-connections cppnetlib-server-parsers cppnetlib-uri
169+
export(TARGETS cppnetlib-client-connections cppnetlib-server-parsers
170170
FILE "${PROJECT_BINARY_DIR}/cppnetlibTargets.cmake")
171171
# Export the package for use from the build-tree
172172
# (this registers the build-tree with a global CMake-registry)

0 commit comments

Comments
 (0)