You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would think that if(NOT TARGET uninstall) section should be included in the block above it if(ENABLE_LIBRESSL_INSTALL) such that if there is no install, then no uninstall should be generated?
The text was updated successfully, but these errors were encountered:
Here's a visual of generated projects - at the end is 'uninstall' which comes from libressl.
The option to skip install is on, because I'm just linking against the static libraries that are built, so there's no install to do, therefore there should also be nothing to uninstall...
https://github.com/libressl/portable/blob/master/CMakeLists.txt#L530-L543
I would think that
if(NOT TARGET uninstall)
section should be included in the block above itif(ENABLE_LIBRESSL_INSTALL)
such that if there is no install, then no uninstall should be generated?The text was updated successfully, but these errors were encountered: