Re: [CMake] [ANNOUNCE] CMake 3.2.0-rc1 now ready for testing!

2015-02-13 Thread Alexander Neundorf
On Friday, February 13, 2015 15:12:33 Robert Maynard wrote: > I am proud to announce that CMake 3.2 has entered the release candidate > stage. the new format of the release notes is really nice :-) Alex -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: h

Re: [CMake] creating start menu items

2015-02-13 Thread Iosif Neitzke
Ah, very good. On Fri, Feb 13, 2015 at 3:27 PM, Nils Gladitz wrote: > On 13.02.2015 22:11, Iosif Neitzke wrote: >> >> As a side note, remember that CPACK_PACKAGE_EXECUTABLES is problematic >> in another way too; it requires listed executables to be installed to >> /bin/. > > > As far as I know th

Re: [CMake] creating start menu items

2015-02-13 Thread Nils Gladitz
On 13.02.2015 22:11, Iosif Neitzke wrote: As a side note, remember that CPACK_PACKAGE_EXECUTABLES is problematic in another way too; it requires listed executables to be installed to /bin/. As far as I know that is just with the NSIS generator and can be mitigated with CPACK_NSIS_MENU_LINKS an

Re: [CMake] creating start menu items

2015-02-13 Thread Iosif Neitzke
As a side note, remember that CPACK_PACKAGE_EXECUTABLES is problematic in another way too; it requires listed executables to be installed to /bin/. On Fri, Feb 13, 2015 at 1:56 AM, Nils Gladitz wrote: > On 02/13/2015 07:52 AM, Paul Anton Letnes wrote: >> >> I have been unable to come across any d

[CMake] Assertion failed using make

2015-02-13 Thread Can Ergen
Hi, When using make in terminal after generating I get following error message: [ 1%] Performing configure step for 'ANN' -- Configuring done Assertion failed: (stdIt != stds.end()), function AddCompilerRequirementFlag, file /Users/can/Downloads/cmake-3.1.2/Source/cmLocalGenerator.cxx, line 225

[CMake] [ANNOUNCE] CMake 3.2.0-rc1 now ready for testing!

2015-02-13 Thread Robert Maynard
I am proud to announce that CMake 3.2 has entered the release candidate stage. Sources and binaries are available at: http://www.cmake.org/download/ http://www.cmake.org/files/v3.2/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.2 Release notes appear below and a

[CMake] cpack and boost dependencies when building a debian installer

2015-02-13 Thread pellegrini
Hello everybody, I would like to use cpack (2.8.7) in order to build a debian installer for a c++ library that has a few dependencies namely: - boost (headers + libraries) - fftw3-3 - eigen3 - hdf5 - tiff I would like to set my cpack file in such a way that the minimum ver

Re: [CMake] Buils executable vs Installed executable

2015-02-13 Thread Nils Gladitz
On 02/12/2015 06:40 PM, Sergio Vera wrote: Dear CMake users, I'm developing an app using CMake in Fedora 20 and so far it's working properly in the build directory. However, I've recently added some Install target commands so I can prepare it for packaging with CPack. However, when I "make insta