This PR fixes OSX support. When the embedded Argobots is used, compilation fails on OSX because CMake scripts assume .so as an extension of a shared library (in this case, libabt).
This PR fixes shared library setting, which should resolve the problem found in #63.
This PR fixes OSX support. When the embedded Argobots is used, compilation fails on OSX because CMake scripts assume
.so
as an extension of a shared library (in this case,libabt
).This PR fixes shared library setting, which should resolve the problem found in #63.