Re: [CMake] [CMAKE] problem with CMAKE_FIND_LIBRARY_SUFFIXES/FindBLAS/BLA_STATIC

2011-07-06 Thread Yngve Inntjore Levinsen
Tirsdag 05 juli 2011 16.25.49 skrev Yngve Inntjore Levinsen : > Dear developers, > > I am having what looks like a problem with library suffixes which I am not > able to figure out. > > Essentially, our project has an option which when turned on adds a "-static" > to the compiler flags. This t

[CMake] problem with CMAKE_FIND_LIBRARY_SUFFIXES/FindBLAS/BLA_STATIC

2011-07-05 Thread Yngve Inntjore Levinsen
Dear developers, I am having what looks like a problem with library suffixes which I am not able to figure out. Essentially, our project has an option which when turned on adds a "-static" to the compiler flags. This then obviously need any libraries to be static if one should use them. I the