[CMake] Question about MSVC link-process

2008-04-08 Thread Ilya Shvetsov
Hi, to all. I use cmake 2.4.8 with NMake Generator and MSVC2005 and come into problem with linking. I have application that depends on set of libraries. When one of libraries is replaced by new version, MSVC do not link this new version to application until source of

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-08 Thread Sören Freudiger
Hi out there The new macro is pretty nice. But one section is still missing: IF (MSVC90) SET (_boost_COMPILER -vc90) ENDIF(MSVC90) And the option for the newest boost release ver. 1.35 So long, SirAnn -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-08 Thread Andreas Pakulat
On 08.04.08 09:04:52, Sören Freudiger wrote: Hi out there The new macro is pretty nice. But one section is still missing: IF (MSVC90) SET (_boost_COMPILER -vc90) ENDIF(MSVC90) Aah, right. thx. Totally forgot that one's got released already :) And the option for the newest boost

Re: [CMake] CMake 2.6.0 RC 6 ready for testing

2008-04-08 Thread Bill Hoffman
David Thulson wrote: Hello, I installed RC6 from the OSX dmg. While the .app file itself seems fine, it still did not overwrite the links to a previous version in /usr/bin/ even though I explicitly confirmed that the installer should put links in /usr/bin/. I have mentioned this a few times

[CMake] CMake-CPack-NSIS

2008-04-08 Thread Alin M Elena
Hi, I want to setup a variable(TestVar) on windows when I use NSIS using cmake/cpack. A small example is presented here http://nsis.sourceforge.net/Setting_Environment_Variables The idea is that the project.nsi which is

Re: [CMake] CMake-CPack-NSIS

2008-04-08 Thread Eric Noulard
2008/4/8, Alin M Elena [EMAIL PROTECTED]: Hi, I want to setup a variable(TestVar) on windows when I use NSIS using cmake/cpack. A small example is presented here http://nsis.sourceforge.net/Setting_Environment_Variables The idea is

[CMake] C++ Exceptions, C sources MSVC80

2008-04-08 Thread Nicolas Tisserand
Hi CMakers, I have a CMake project where C and C++ sources are compiled and linked in the same target (a static library). The default setting of the generated Visual C++ 2005 projects is to enable C++ exceptions for C++ code and disable it for C code (/EHsc, see below). However, I need to

Re: [CMake] CMake-CPack-NSIS

2008-04-08 Thread Eric Noulard
2008/4/8, Alin M Elena [EMAIL PROTECTED]: Thanks Eric, I reformulate the problem. I want to setup a variable(TestVar) on windows when I use NSIS using cmake/cpack. A small example is presented here

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-08 Thread Doug Gregor
On Tue, Apr 8, 2008 at 5:54 AM, Andreas Pakulat [EMAIL PROTECTED] wrote: New version uploaded. I've looked through this module a bit, and it looks like it's in great shape. I have a few suggestions, implemented in the attached FindBoost.cmake; the diff against v9 from the bug tracker follows.

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-08 Thread Andreas Pakulat
On 08.04.08 16:43:30, Doug Gregor wrote: On Tue, Apr 8, 2008 at 5:54 AM, Andreas Pakulat [EMAIL PROTECTED] wrote: New version uploaded. I've looked through this module a bit, and it looks like it's in great shape. I have a few suggestions, implemented in the attached FindBoost.cmake; the

Re: [CMake] CMake-CPack-NSIS

2008-04-08 Thread Alin M Elena
Hi Eric, Thanks. That's the idea it worked. Alin -Original Message- From: Eric Noulard [mailto:[EMAIL PROTECTED] Sent: 08 April 2008 19:57 To: [EMAIL PROTECTED] Cc: CMake ML Subject: Re: [CMake] CMake-CPack-NSIS 2008/4/8, Alin M Elena [EMAIL PROTECTED]: Thanks Eric, I