nyone give me some advice on how to create this
"LINK_STATIC_LIBRARIES" behavior (versus "LINK_LIBRARIES") ?
Thanks,
Eric Gross--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers va
Hi David,
> From: David Carricajo
> To: Eric Gross
> Cc: cmake@cmake.org
> Date: 02/06/2013 07:31 AM
> Subject: Re: [CMake] Linker command line length issues when cross-
> compiling from Windows->Linux
> <...snip...>
> I've come across this limitation only
"Alan W. Irwin" wrote on 02/06/2013 03:22:07
AM:
> From: "Alan W. Irwin"
> To: Eric Gross
> Cc: cmake@cmake.org
> Date: 02/06/2013 03:22 AM
> Subject: Re: [CMake] Linker command line length issues when cross-
> compiling from Windows->Linux
>
Hi,
I'm using CMake 2.8.10.2 with the "Unix Makefiles" generator on Windows
and cross-compiling for Linux using GCC. I have Cygwin in the path for
make/sh/etc.
To cross compile I have the following items set:
CMAKE_SYSTEM_NAME:STRING=Linux
CMAKE_CXX_COMPILER:STRING=
CMAKE_C_COMPILER:STRING=
Th