Re: [CMake] Empty CPack variables

2013-10-06 Thread Andreas Pakulat
Hi, On Sun, Oct 6, 2013 at 10:13 PM, Pau Garcia i Quiles wrote: > Hello, > > I am using CMake 2.8.11.2 on Windows to build and package some software. > If I do this, it works fine: > >set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Wt binary build") >set(CPACK_PACKAGE_VENDOR "emweb bvba") >set

Re: [CMake] Empty CPack variables

2013-10-06 Thread Eric Noulard
2013/10/6 Pau Garcia i Quiles : > Hello, > > I am using CMake 2.8.11.2 on Windows to build and package some software. If > I do this, it works fine: > >set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Wt binary build") >set(CPACK_PACKAGE_VENDOR "emweb bvba") >set(CPACK_PACKAGE_DESCRIPTION_FILE >

[CMake] Empty CPack variables

2013-10-06 Thread Pau Garcia i Quiles
Hello, I am using CMake 2.8.11.2 on Windows to build and package some software. If I do this, it works fine: set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Wt binary build") set(CPACK_PACKAGE_VENDOR "emweb bvba") set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/ReadMe.txt") set