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
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
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
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
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
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
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
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