Commit d861abf
committed
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.1 parent 964360c commit d861abf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments