Hi,
We have our project set up to run a series of test cases, but we are treating
it as if we are not using CMake. I found a tutorial online on how to set it up,
and we have it running just fine when we want to run all of the tests. But, I
haven't figured out how to do the configure/build steps
Hi,
We're having problems with FindLAPACK in the latest source head. It claims it
cannot find LAPACK when previous versions of CMake find it just fine. It does
not work with either the Generic version or the Intel version. FindBLAS
correctly locates the library though.
And when we put in the p
So I'm using the VS7.1 generator. I have IDL files which create header files
in my binary output directory located here:
C:\Code\work\rdailey-t510-sandbox\build\common\exchange\gdexchsrvcommon\gdexchsrvcommon.dir\Debug
I need the path above to be an include directory, so I tried this before I
cr
Hello,
I generate a shared library named, for example, mylib80.dll (it has
postfix "80", because I want to embed version info into library name.
I use set_target_properties with _POSTFIX property to achieve
this. By default, CMake names corresponding import library as
mylib80.lib. But I want my sh
On 10/14/2011 12:58 AM, Rolf Eike Beer wrote:
> Am Donnerstag, 13. Oktober 2011, 20:09:04 schrieb Michael Hertling:
>> On 10/12/2011 03:40 PM, Rolf Eike Beer wrote:
On 10/03/2011 09:18 AM, Yuri Timenkov wrote:
> Hi Michael,
>
> On Sun, Oct 2, 2011 at 6:07 PM, Michael Hertling
>