[CMake] Eclipse project and MKL libraries

Hendrik Sattler post at hendrik-sattler.de
Sat Apr 28 12:49:08 EDT 2012


Am Samstag, 28. April 2012, 16:53:01 schrieb Giovanni Azua:
> On Apr 28, 2012, at 8:56 AM, Eric Noulard wrote:
> > target_link_libraries(benchmark ${MKL_LIBRARIES})
> > 
> > I cannot ensure this is OK because the FindMKL.cmake module
> > does not seem to be in CMake source.
> 
> Thank you! this solved the compilation issue in Mac OS X still a progress
> :) but not in Ubuntu 12.04 :( I still can't still debug/execute.
> 
> I get the following error trying to debug/execute:
> dyld: Library not loaded: libmkl_rt.dylib
>   Referenced from:
> /Users/bravegag/code/fastcode_project/build_debug/test_matrix Reason:
> image not found

.dylib on Ubuntu? Shouldn't that be .so?

HS


More information about the CMake mailing list