-
Notifications
You must be signed in to change notification settings - Fork 17
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
Using systemwide duktape. (and other systemwide deps) #870
Comments
duktape is not bundled: Lines 126 to 131 in da3305b
It uses What mrdocs bundles is CMake scripts to install and find duktape. Internally, these scripts do basically what you suggest:
|
But that's an "in" file, not a proper |
Yes. I agree. I'm just pointing out there's no superfluous copy of duktape. The reason for the "in" file is a different issue. When you install duktape with vcpkg, you use I don't know if the logic you provided would already cover this use case or duktape installed directly with the cmake file provided. My guess is it would fail at So that PkgConfig logic would need to come after the find_package logic. In addition to it. |
Dear mrdocs developers,
duktape can be installed systemwide as a shared library, and when it is, bundling an unnecessary copy is superflous.
Please, consider adding support for a systemwide duktape, using, for example
The text was updated successfully, but these errors were encountered: