mentation. I would suggest adding a list of
all of the routines that --debug-trycompile breaks in the --debug-trycompile
documentation section.
With that said, I think the appropriate place for your above discussion is
definitely in the --debug-trycompile section of the documentation. I
apologize
On Fri, Feb 11, 2011 at 1:47 AM, Michael Wild wrote:
> On 02/11/2011 04:30 AM, Jack Poulson wrote:
> > This is occurring with CMake 2.8.3 on OSX for several different
> > check_function_exists calls. Is this expected behavior?
> >
> > Jack
>
> Seriously, we'
This is occurring with CMake 2.8.3 on OSX for several different
check_function_exists calls. Is this expected behavior?
Jack
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
P
On Sun, Jan 30, 2011 at 2:48 PM, Andreas Pakulat wrote:
> On 30.01.11 13:43:13, Jack Poulson wrote:
> > Hello,
> >
> > I am having a hard time figuring out what the appropriate method is for
> > getting cmake to find a library of the form /usr/lib/libgfortran.so.
Hello,
I am having a hard time figuring out what the appropriate method is for
getting cmake to find a library of the form /usr/lib/libgfortran.so.2.
Unfortunately, it is fairly common for /usr/lib/libgfortran.so not to exist.
I am fairly certain that forming /usr/lib/libgfortran.so as a symbolic
On Wed, Jan 19, 2011 at 3:27 AM, Eric Noulard wrote:
> 2011/1/19 Jack Poulson :
> > I have no idea why this would occur, but with CMake 2.8.2 on x86_64 I'm
> > getting strange behavior with check_function_exists. Namely, if I perform
> > the sequence
> > set(CMAK
I have no idea why this would occur, but with CMake 2.8.2 on x86_64 I'm
getting strange behavior with check_function_exists. Namely, if I perform
the sequence
set(CMAKE_REQUIRED_LIBRARIES ${MATH_LIBS})
check_function_exists(daxpy HAVE_DAXPY)
whether or not /usr/lib/libpthread.a or /usr/lib/libpth
I've thoroughly read through the CMake documentation for the 2.8 release and
for the life of me I can't seem to get a simple case working for
find_library using PATH_SUFFIXES.
For instance, I am trying to find the library libiomp5.a located at
/opt/intel/Compiler/11.1/072/lib/intel64/libiomp5.a. T