RE: [CMake] Problem with link directories

2006-03-10 Thread jolinda
Thanks Brad and Bill for your help. I misunderstood before -- I thought you meant I had to have LINK_DIRECTORIES before TARGET_LINK_LIBRARIES, not ADD_EXECUTABLE. If this is documented somewhere I apologize for missing it. Jolinda -Original Message- From: Brad King [mailto:[EMAIL

RE: [CMake] Problem with link directories

2006-03-09 Thread jolinda
a project for Visual Studio 7 using CMake 1.8, I see the following under the debug Win32 configuration in MyProject.vcproj.cmake: If I try the same thing using CMake 2.2, I get this: So, not only are my library directories not there, but there's an explosion of redundant dependencies

RE: [CMake] Problem with link directories

2006-03-09 Thread jolinda
It already is before the targets that need it are added. Any other ideas? Jolinda -Original Message- From: Brad King [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 6:34 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [CMake] Problem with link directories jolinda

[CMake] Problem with link directories

2006-03-08 Thread jolinda
n 1.8, these directories show up under "AdditionalLibraryDirectories" in the file Voxelator.vcproj.cmake. However, after using version 2.2, I see AdditionalLibraryDirectories = "". Has something changed in the new version? Jolinda _