-
Notifications
You must be signed in to change notification settings - Fork 199
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
[question] Build both static and dynamic versions of the library #56
Comments
preferred way would be to run cmake configure/build twice i think. |
@kikaxa |
@kikaxa |
The screenshot shows two different ports. |
can you provide a sample pkg (preferable cmake-) portsfile that does that? if it is common and clean, i see no problem implementing that |
According to the wiki, build option BUILD_SHARED_LIBS permits to select between static and dynamic versions of the library to build.
Is there any way to build at the same time (without re-configuring the build) the both versions?
I want to create a FreeBSD port of the library (it works correctly under FreeBSD), and I would like to install both versions by default.
The text was updated successfully, but these errors were encountered: