RE: [CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread Karr, David A (Titan) @ TITAN
> > It would be helpful (at least in my case) to be able to turn off the > > production of the "OutDir" directories in this list, I just haven't > > gotten around to figuring out how. Is there a simple way to control > > this? > > Both directories are always added. This is hard-coded in the VS7

Re: [CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread William A. Hoffman
At 04:02 PM 4/20/2006, Kristian Nielsen wrote: >Brad King <[EMAIL PROTECTED]> writes: > >> libraries are found by the linker. I've just modified the VS7 >> generator to use for each link directory either a relative path or a >> full path, whichever is shorter. This should minimize the string >> l

Re: [CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread Kristian Nielsen
Brad King <[EMAIL PROTECTED]> writes: > libraries are found by the linker. I've just modified the VS7 > generator to use for each link directory either a relative path or a > full path, whichever is shorter. This should minimize the string > length. These changes will be included in the upcomin

Re: [CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread Brad King
Karr, David A (Titan) @ TITAN wrote: From: Kristian Nielsen <[EMAIL PROTECTED]> This generates the following long line in mysqld.vcproj: I have not yet encountered the line length limit in Visual Studio, but I have found the length of the directory list makes it hard sometimes to debug problems

[CMake] Visual Studio problem with many/long additional library paths

2006-04-20 Thread Karr, David A (Titan) @ TITAN
> From: Kristian Nielsen <[EMAIL PROTECTED]> > > A cmakelists.txt file of mine contains the following: > > ADD_EXECUTABLE(mysqld ../sql-common/client.c ...) > TARGET_LINK_LIBRARIES(mysqld heap myisam myisammrg mysys yassl zlib dbug > yassl > taocrypt strings vio regex wsock3

[CMake] Visual Studio problem with many/long additional library paths

2006-04-18 Thread Kristian Nielsen
A cmakelists.txt file of mine contains the following: ADD_EXECUTABLE(mysqld ../sql-common/client.c ...) TARGET_LINK_LIBRARIES(mysqld heap myisam myisammrg mysys yassl zlib dbug yassl taocrypt strings vio regex wsock32) TARGET_LINK_LIBRARIES(mysqld archive) TARGET_LINK_LIBRAR