Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf796642

Browse files
committed
fixed typo
1 parenta93e065 commitf796642

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎concurrency/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
1212
add_library(cppnetlib-concurrency${CPP-NETLIB_CONCURRENCY_SRCS})
1313
endif()
1414

15-
# prepend current directory to make pathsabsolut
15+
# prepend current directory to make pathsabsolute
1616
prependToElements("${CMAKE_CURRENT_SOURCE_DIR}/"
1717
CPP-NETLIB_CONCURRENCY_SRCS )
1818

‎http/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
101101
)
102102
endif()
103103

104-
# prepend current directory to make pathsabsolut
104+
# prepend current directory to make pathsabsolute
105105
prependToElements("${CMAKE_CURRENT_SOURCE_DIR}/"
106106
CPP-NETLIB_HTTP_MESSAGE_SRCS
107107
CPP-NETLIB_HTTP_MESSAGE_WRAPPERS_SRCS

‎logging/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CPP-NETLIB_LOGGING_SRCS
1010

1111
add_library(cppnetlib-logging${CPP-NETLIB_LOGGING_SRCS})
1212

13-
# prepend current directory to make pathsabsolut
13+
# prepend current directory to make pathsabsolute
1414
prependToElements("${CMAKE_CURRENT_SOURCE_DIR}/"
1515
CPP-NETLIB_LOGGING_SRCS )
1616

‎message/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set(CPP-NETLIB_MESSAGE_WRAPPERS_SRCS
2424

2525
add_library(cppnetlib-message-wrappers${CPP-NETLIB_MESSAGE_WRAPPERS_SRCS})
2626

27-
# prepend current directory to make pathsabsolut
27+
# prepend current directory to make pathsabsolute
2828
prependToElements("${CMAKE_CURRENT_SOURCE_DIR}/"
2929
CPP-NETLIB_MESSAGE_SRCS
3030
CPP-NETLIB_MESSAGE_DIRECTIVES_SRCS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp