Kornel Benko wrote:
Am 2009-02-13 schrieb Kornel Benko:
...
Does anyone know about some magic variable I could set before calling
include(CPack)
in CMakeLists.txt?
Ha, some "more googling" was needed, now I found it.
We have to set
SET(CPACK_SET_DESTDIR "ON")
first.
So, now the packaging (at least for rpm) seems to be ready.
You are doing great work here Kornel. But as for the packaging, I don't
think rpm is so important, I'd rather think we are in greater need of:
- tar.gz for UNIXes
- Windows installer using NSYS
- Whatever installation package for Mac.
If CMake is to supplant scons on the Windows side, Windows installer is
the top priority IMHO.
Abdel.