Skip to content

Commit f51205f

Browse files
committed
Removed trailing white spaces.
1 parent 3474f02 commit f51205f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cppnetlibConfig.cmake.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
# CPPNETLIB_INCLUDE_DIRS - include directories for cppnetlib
44
# CPPNETLIB_LIBRARIES - libraries to link against
55
# CPPNETLIB_EXECUTABLE - the bar executable
6-
6+
77
# Compute paths
88
get_filename_component(CPPNETLIB_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
99
set(CPPNETLIB_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
10-
10+
1111
# Our library dependencies (contains definitions for IMPORTED targets)
1212
if( NOT TARGET cppnetlib-client-connections
1313
AND NOT TARGET cppnetlib-server-parsers
1414
AND NOT TARGET cppnetlib-uri
1515
AND NOT CPPNETLIB_BINARY_DIR)
1616
include("${CPPNETLIB_CMAKE_DIR}/cppnetlibTargets.cmake")
1717
endif()
18-
18+
1919
# These are IMPORTED targets created by cppnetlibTargets.cmake
20-
set(CPPNETLIB_LIBRARIES
20+
set(CPPNETLIB_LIBRARIES
2121
cppnetlib-client-connections
2222
cppnetlib-server-parsers
2323
cppnetlib-uri)

0 commit comments

Comments
 (0)