- Notifications
You must be signed in to change notification settings - Fork425
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Using ordinary messages generates unnecessary noise when using ccmake.(Should be done for the uri submodule as well.)
if(NOT CPP-NETLIB_BUILD_SINGLE_LIB) | ||
add_library(cppnetlib-concurrency ${CPP-NETLIB_CONCURRENCY_SRCS}) | ||
endif() | ||
# prepend current directory to make paths absolut |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
s/absolut/absolute/ ?
LGTM -- please just update the typo, and let me know so I can merge this. Thanks@niosHD! |
@deanberris: Thanks! The typo is fixed. |
This PR works on the build system andfixes#273.
Comments are welcome!
regards,
niosHD