Hello,
Consider the following case where:
- I want to export/import my library named mylib
- This library depends on OpenCV that is also exported
According to
http://www.cmake.org/cmake/help/v3.0/manual/cmake-packages.7.html#creating-packages
the CMakeLists.txt of my library is simpilar to:
p
Am Mittwoch, 5. November 2014, 09:20:15 schrieb Zhang Xianyi:
> Hi Folks,
>
> I am the developer of OpenBLAS, an optimized BLAS implementation forked
> from GotoBLAS2.
>
> So far, the FindBLAS.cmake module cannot recognize OpenBLAS as a legitimate
> library. Is it possible to support OpenBLAS in
Not that I really have time to fix this, but I was experimenting with
my C based codebase to see if I could compile it with Emscripten so it
could run in a browser.
After working around a lot of scary compiler bugs, I got it to work.
But I invoked the build process by hand. So the next thing on my
Hi Folks,
I am the developer of OpenBLAS, an optimized BLAS implementation forked
from GotoBLAS2.
So far, the FindBLAS.cmake module cannot recognize OpenBLAS as a legitimate
library. Is it possible to support OpenBLAS in FindBLAS module?
Best Regards,
Xianyi
--
Powered by www.kitware.com
Ple
Hi Eric,
Can you send me a little more details or an example that exhibits the problem?
I'd be happy to take a look.
-Original Message-
From: Eric Wing [mailto:ewmail...@gmail.com]
Sent: Tuesday, November 4, 2014 15:21
To: Gilles Khouzam
Cc: Brad King; Robert Maynard; CMake Developers;
On 11/4/14, Gilles Khouzam wrote:
> Hi Eric,
>
> Can you send me a little more details or an example that exhibits the
> problem? I'd be happy to take a look.
>
Sure. I'll respond offlist for this.
Thanks,
Eric
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FA
Bump. With CMake 3.1 on the horizon, I was wondering if there was any
progress on this.
This would be really useful to me. I am basically invoking command
line cmake.exe so I can pass all the right options, including my own
CMake Initial Cache file. I ship an entire self-contained "SDK" of
sorts w
On 10/31/14, Gilles Khouzam wrote:
> We actually have a couple if extra changes that are not fully ready to be
> pushed upstream yet.
>
> ~Gilles
> Sent from my Windows Phone
Since I have your attention, using CMakeMS, I hit what looks like a
bug in the generation for the Windows Phone simulator
Hi George, Jakub,
> NO_DEFAULT_PATH
>
> NO_CMAKE_ENVIRONMENT_PATH
>
> NO_CMAKE_PATH
>
> NO_SYSTEM_ENVIRONMENT_PATH
>
> NO_CMAKE_SYSTEM_PATH
>
The options specified are redundant. NO_DEFAULT_PATH implies the later 4.
If you just specify NO_DEFAULT_PATH then only HINTS and user guess pa
Hi all
I am using Cmake3.1, and want to generate a Fortran project on Visual
Studio 2010. And I have ifort 12.1 installed on my computer. After generated
the project, when I build them, I got error:
Error 1 fatal error LNK1181: cannot open input file
'C:\MODELS\build\fabm\0d\models\bb\
10 matches
Mail list logo