File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
12
12
add_library (cppnetlib-concurrency ${CPP-NETLIB_CONCURRENCY_SRCS})
13
13
endif ()
14
14
15
- # prepend current directory to make paths absolut
15
+ # prepend current directory to make paths absolute
16
16
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR} /"
17
17
CPP-NETLIB_CONCURRENCY_SRCS )
18
18
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
101
101
)
102
102
endif ()
103
103
104
- # prepend current directory to make paths absolut
104
+ # prepend current directory to make paths absolute
105
105
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR} /"
106
106
CPP-NETLIB_HTTP_MESSAGE_SRCS
107
107
CPP-NETLIB_HTTP_MESSAGE_WRAPPERS_SRCS
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set(CPP-NETLIB_LOGGING_SRCS
10
10
11
11
add_library (cppnetlib-logging ${CPP-NETLIB_LOGGING_SRCS})
12
12
13
- # prepend current directory to make paths absolut
13
+ # prepend current directory to make paths absolute
14
14
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR} /"
15
15
CPP-NETLIB_LOGGING_SRCS )
16
16
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ set(CPP-NETLIB_MESSAGE_WRAPPERS_SRCS
24
24
25
25
add_library (cppnetlib-message-wrappers ${CPP-NETLIB_MESSAGE_WRAPPERS_SRCS})
26
26
27
- # prepend current directory to make paths absolut
27
+ # prepend current directory to make paths absolute
28
28
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR} /"
29
29
CPP-NETLIB_MESSAGE_SRCS
30
30
CPP-NETLIB_MESSAGE_DIRECTIVES_SRCS
You can’t perform that action at this time.
0 commit comments