Re: [CMake] CPACK and NSIS: Download a msi-installer and install it didn't work

2012-01-26 Thread Ralf Lange
Now the solution of the problem: the company firewall blocks the access to the download server. When I remove the /passive option, a error message are displayed. Thanks for the support. Ralf Weitergeleitete Nachricht Von: Ralf Lange ralf.la...@longsoft.de An: Eric Noulard

[CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread Robert Dailey
Hi, I am using CMake 2.8.7 and generating for VS2010. When I build any project, visual studio crashes. I think it might be because of ZERO_CHECK. Any idea what this might be? Could it be the ZERO_CHECK visual studio macros ? Note that my same scripts work just fine in VS2003, VS2005, and VS2008.

[CMake] [PATCH] Include directory entries in archive packages.

2012-01-26 Thread Jakub Zakrzewski
We needed directory entries explicitly listed in zip file headers, so I created this patch. It DOES NOT solve the issue with empty directories. It knows what directories to include by analyzing file paths during addition to archive.

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread James Bigler
On Thu, Jan 26, 2012 at 9:45 AM, Robert Dailey rcdai...@gmail.com wrote: Hi, I am using CMake 2.8.7 and generating for VS2010. When I build any project, visual studio crashes. I think it might be because of ZERO_CHECK. Any idea what this might be? Could it be the ZERO_CHECK visual studio

Re: [CMake] Bug fix requests for the *next* release of CMake...

2012-01-26 Thread Dan Kegel
On Mon, Jan 2, 2012 at 9:11 AM, David Cole david.c...@kitware.com wrote: Replies requested. Short replies only. Read on. Just a short reply with bug numbers or links to the bugs is all we need here. Two easy ones (sorry they're late, but they're really small, and would help java support on

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread John Drescher
I am using CMake 2.8.7 and generating for VS2010. When I build any project, visual studio crashes. I think it might be because of ZERO_CHECK. I have not seen any Visual Studio 2010 crashes from cmake based projects and I have used VS2010 for over 1 year on 5 to 10 machines mostly in x64. I am

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread Robert Dailey
Is it normal for the C++ project icon in the solution explorer to look like web projects? I see a globe around angle brackets in the small icon. I think I'm having some NTFS permission issues that is causing a bad install of VS. My macro explorer won't function and shows Catastrophic Error when

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread John Drescher
Is it normal for the C++ project icon in the solution explorer to look like web projects? I see a globe around angle brackets in the small icon. No. I do not see that at all ever. John -- Powered by www.kitware.com Visit other Kitware open-source projects at

[CMake] Testing 'install'/'package' with CTest

2012-01-26 Thread Kedzierski, Artur CIV NSWC Corona, PA13
Since I didn't receive any responses, I figured that I'll try asking this question again. I would like CTest nightly/continuous test my 'install'/'package' target and submit the results to CDash. Is there currently any way to do that? I appreciate any help. -- Artur Kedzierski -Original

Re: [CMake] Testing 'install'/'package' with CTest

2012-01-26 Thread Eric Noulard
2012/1/26 Kedzierski, Artur CIV NSWC Corona, PA13 artur.kedzier...@navy.mil: Since I didn't receive any responses, I figured that I'll try asking this question again. I would like CTest nightly/continuous test my 'install'/'package' target and submit the results to CDash. Is there currently

Re: [CMake] Testing 'install'/'package' with CTest

2012-01-26 Thread Eric Noulard
2012/1/26 Eric Noulard eric.noul...@gmail.com: 2012/1/26 Kedzierski, Artur CIV NSWC Corona, PA13 artur.kedzier...@navy.mil: Since I didn't receive any responses, I figured that I'll try asking this question again. I would like CTest nightly/continuous test my 'install'/'package' target and

Re: [CMake] Visual Studio 2010 is crashing when building project

2012-01-26 Thread Robert Dailey
Looks like it was an installation issue. I had to fix ownership of my program files directory and that fixed it. - Robert Dailey On Thu, Jan 26, 2012 at 11:36 AM, John Drescher dresche...@gmail.comwrote: Is it normal for the C++ project icon in the solution explorer to look like

Re: [CMake] Testing 'install'/'package' with CTest

2012-01-26 Thread Kedzierski, Artur CIV NSWC Corona, PA13
Erk, Thank You! That did the trick. Package was created and 'TestPackage' showed up as one of the results of testing on CDash. -- Artur Kedzierski -Original Message- From: Eric Noulard [mailto:eric.noul...@gmail.com] Sent: Thursday, January 26, 2012 13:43 To: Kedzierski, Artur CIV

[CMake] Detailed control of pre-set libraries in VisualStudio 10 project

2012-01-26 Thread Mikhail Pridushchenko
Hello! I'm using CMake 2.8.7 and setting up a project with very specific restrictions on a library set to link with. The problem is to remove pre-set libraries (like kernel32.lib) from the link with section of the project. Setting CMAKE_CXX_EXPLICIT_LINK_LIBRARIES didn't play. Is there any way to

Re: [CMake] Custom configuration types in Visual Studio

2012-01-26 Thread Michael Hertling
On 01/17/2012 11:12 PM, Robert Dailey wrote: Is it a bug that project() does not append to the user-specified configurations? Sure seems like one... Hmm, not really: How should PROJECT() differentiate if the user wants to augment the list of configurations or to replace it completely? ATM,

[Cmake-commits] CMake branch, next, updated. v2.8.7-2275-ge8b8678

2012-01-26 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via e8b867897e0df0d56950ab945ec45ed820e90d75 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2277-g7c725c2

2012-01-26 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 7c725c24979965a288b6e0dcebf08d26eb28fe60 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2281-g68259f4

2012-01-26 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 68259f4f63f4afb5f591c888cdd6f7f194339213 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2283-ge8f216d

2012-01-26 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via e8f216d2ead9cc3ce2deb198270e0207b3208d53 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2285-g5bae348

2012-01-26 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 5bae348c4b4e8df0ac39746e8559d4db6e2d8b18 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2287-gaacd52a

2012-01-26 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via aacd52a16bbc97b18adcf5fb137b3acf60491af2 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2291-gc7873aa

2012-01-26 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via c7873aa952a8fc5bcf4883afcf0bf12833d764b3 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.7-213-g2184cc6

2012-01-26 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via 2184cc6469c9c2803ef73c4e677e0658cf42e8cd (commit) from