Skip to content

Improve build system #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 7, 2013
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed typo
  • Loading branch information
niosHD committed Aug 6, 2013
commit f796642d69d10f9a38fcfa0185f1ac49008d13a8
2 changes: 1 addition & 1 deletion concurrency/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
add_library(cppnetlib-concurrency ${CPP-NETLIB_CONCURRENCY_SRCS})
endif()

# prepend current directory to make paths absolut
# prepend current directory to make paths absolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_CONCURRENCY_SRCS )

Expand Down
2 changes: 1 addition & 1 deletion http/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
)
endif()

# prepend current directory to make paths absolut
# prepend current directory to make paths absolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_HTTP_MESSAGE_SRCS
CPP-NETLIB_HTTP_MESSAGE_WRAPPERS_SRCS
Expand Down
2 changes: 1 addition & 1 deletion logging/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CPP-NETLIB_LOGGING_SRCS

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

# prepend current directory to make paths absolut
# prepend current directory to make paths absolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_LOGGING_SRCS )

Expand Down
2 changes: 1 addition & 1 deletion message/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(CPP-NETLIB_MESSAGE_WRAPPERS_SRCS

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

# prepend current directory to make paths absolut
# prepend current directory to make paths absolute
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
CPP-NETLIB_MESSAGE_SRCS
CPP-NETLIB_MESSAGE_DIRECTIVES_SRCS
Expand Down