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 tried for a while to build the C interface as a shared library, providing -DSEAL_BUILD_SEAL_C=ON -DBUILD_SHARED_LIBS=ON, only to get an error message from CMake that BUILD_SHARED_LIBS is not allowed when building the C interface:
Almost ready to give up, I thankfully realized that by default the C interface is already built as a shared library 🙈 To spare future users the same mistakes I made, I suggest to clarify in the README that when building the C interface, a shared library is created by default.
The text was updated successfully, but these errors were encountered:
I tried for a while to build the C interface as a shared library, providing
-DSEAL_BUILD_SEAL_C=ON -DBUILD_SHARED_LIBS=ON
, only to get an error message from CMake thatBUILD_SHARED_LIBS
is not allowed when building the C interface:SEAL/CMakeLists.txt
Lines 437 to 439 in 5c586e2
Almost ready to give up, I thankfully realized that by default the C interface is already built as a shared library 🙈 To spare future users the same mistakes I made, I suggest to clarify in the README that when building the C interface, a shared library is created by default.
The text was updated successfully, but these errors were encountered: