-
Notifications
You must be signed in to change notification settings - Fork 49
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
remove unneeded line from CMakeLists #70
Conversation
This builds on top of #67. As mentioned in that ticket please consider to provide the additional information so that we can be certain that the |
What additional information is needed? Correctly building on target platforms should prove that this PR is correct. Please run CI to confirm. |
2e340b6
to
0507a0b
Compare
It helps to understand why it was used and necessary in the past, what has changed in the meantime, and confirms it can be safely removed now.
Passing builds only show that it works on the exact configurations used but doesn't provide us with any understanding. |
You made that change, so you tell me. It looks to me like it was never necessary. 52a46ba#diff-0c408aa74d7519e29ea65afd30874fcf
True but (1) that applies to everything (2) CI gives the best assurance that this works across supported build configurations. |
I like to understand why things work / don't work and what has changed. I am pretty sure for earlier versions of Poco which didn't bundle a CMake config this variable was provided by either a distro specific patch or a vendor-like wrapper package. Anyway as of version 1.6.0 Poco include a CMake config file (see https://github.com/pocoproject/poco/blob/poco-1.6.0-release/cmake/PocoConfig.cmake.in). So it seems to be fine to remove. |
With #67 merged this needs a rebase. |
I don't think we need to tweak the link_directories to get this Poco to link properly Signed-off-by: Dan Rose <dan@digilabs.io>
Rebased |
I don't think we need to tweak the link_directories to get this Poco to link properly