forked from open-quantum-safe/oqs-provider
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build a module instead of a shared library. (open-quantum-safe#207)
Fix open-quantum-safe#202. This commit switches the default type in CMake from `SHARED` to `MODULE`. Using [`SUFFIX`](https://cmake.org/cmake/help/latest/prop_tgt/SUFFIX.html) property of CMake targets to explicitly specify the module extension when building for a XNU-based platform (macOS, iOS, watchOS, etc.) and Windows such as to allow OpenSSL to find the provider on a given platform. Signed-off-by: Felipe Ventura <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters