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
Make the target opencoarrays_test_utilities static
When building with `BUILD_SHARED_LIBS=ON` it will otherwise be
build as a shared library but in the function `caf_compile_executable`
it is hardcoded as a static library. Thus leading to the build error
described in issue #676.
0 commit comments