2011/7/28 Laszlo Papp :
> Hi,
>
> Thanks for you guys, it helped a lot. :) We now have a good installer
> for testing purposes.
You're welcome.
May be you can take some time to update this Wiki Page
http://www.cmake.org/Wiki/CMake:CPackWin32NewbiesChecklist
with you experience with CPack Compone
Hi,
Thanks for you guys, it helped a lot. :) We now have a good installer
for testing purposes.
Best Regards,
Laszlo Papp
___
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Ple
> Yes I do:
>
> install(
> TARGETS GluonCore
> RUNTIME DESTINATION bin
> LIBRARY DESTINATION ${LIB_INSTALL_DIR}
> ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
> FRAMEWORK DESTINATION ${LIB_INSTALL_DIR}
> )
If all destinations point to the same place you don't need to set them all
exp
2011/7/27 Laszlo Papp :
> Hi Eric,
>
>> So the solution begins with DOT NOT USE ABSOLUTE INSTALL PATH,
>> give it a try and tell us how it goes.
>
> Thanks a lot for your answer. It has been very useful. The components
> seem much better for now after this change you were proposing:
> https://proje
Hi Eric,
> So the solution begins with DOT NOT USE ABSOLUTE INSTALL PATH,
> give it a try and tell us how it goes.
Thanks a lot for your answer. It has been very useful. The components
seem much better for now after this change you were proposing:
https://projects.kde.org/projects/playground/game
2011/7/26 Laszlo Papp :
> Hi,
>
> I am trying to make our cpack setup work for an NSIS installer. I
> would like to make a very first step towards a component based
> installer on Windows.
Do you get component installer with other CPack generators or not?
RPM or DEB on Linux (with at least CMake 2
Hi,
I am trying to make our cpack setup work for an NSIS installer. I
would like to make a very first step towards a component based
installer on Windows.
For the time being, the basic idea is that: I have some subfolders
(different libraries) inside the project, and I would like to make
every su