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'm using Ryu from fast_matrix_market, but I think that the same applies also here.
In CMakeLists.txt, by calling add_library without the STATIC option, the choice between STATIC or SHARED is left to the BUILD_SHARED_LIBS option, set anywhere else in the parent CMake files.
However, since the CMake is currently not working with SHARED (at least on Win), thus implicitly restricting the build to STATIC only, might be worth to explicitly ask for STATIC?
The text was updated successfully, but these errors were encountered:
I'm using Ryu from fast_matrix_market, but I think that the same applies also here.
In CMakeLists.txt, by calling
add_library
without theSTATIC
option, the choice betweenSTATIC
orSHARED
is left to theBUILD_SHARED_LIBS
option, set anywhere else in the parent CMake files.However, since the CMake is currently not working with
SHARED
(at least on Win), thus implicitly restricting the build toSTATIC
only, might be worth to explicitly ask forSTATIC
?The text was updated successfully, but these errors were encountered: