-
Notifications
You must be signed in to change notification settings - Fork 202
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
Minor bug in CMakeLists.txt #125
Comments
Any chance to replace |
Ok no worries, I was just trying to point out obvious bugs (maybe cause of copy pasting, and happens to all of us). If you want I can submit a PR fixing these minor issues by the way. Lines 775 to 781 in 5271b53
No matter one's CMake proficiency. Maybe all the folks are statically linking anyway!And thanks again for your efforts. |
Yes, this is a problem, the problematic lines (surely cut n' paste issues) all stem from this PR 2410fbe I'd ignore starting from scratch in issue #115 and follow the basic idea (simplify / streamline where ever possible) and go ahead, please do submit a PR, feel free to @ mention me and I'll even chip in a review. I noted this patch was full of unfinished changes, notably; 2410fbe#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR684-R690 It does appear the accepted and merged commit was never really tested. |
pcre2/CMakeLists.txt
Line 778 in 5271b53
Should be
BUILD_SHARED_LIBS
, because it won't make sense this way.Thanks.
The text was updated successfully, but these errors were encountered: