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
In CMakeLists.txt the SSE feature sets are only enabled for the GNUCC. Before running cmake, do the following: sed -e 's/CMAKE_COMPILER_IS_GNUCC/CMAKE_C_COMPILER_ID MATCHES "GNU|Clang"/g' -i ".orig" CMakeLists.txt
On FreeBSD 13 with Clang 11.0.1,
cmake -GNinja -DENABLE_SHARED=on ..; ninja
fails with:(identical errors elided)
Building with GCC10 (
CC=gcc10 cmake -GNinja -DENABLE_SHARED=on ..
) is successful.The text was updated successfully, but these errors were encountered: