[cmake-developers] [PATCH] CPackIFW: Added QtIFW 2.0 Support

2015-05-15 Thread Konstantin Podsvirov
Hi, Brad! More than a month ago was be announced QtIFW 2.0: http://blog.qt.io/blog/2015/04/07/qt-installer-framework-2-0-released Unfortunately, version 2.0 is incompatible with version 1.x from the point of view of the command line interface. Current version CPackIFW can't handle QtIFW 2.0 -

[cmake-developers] CMAKE_CURRENT_SOURCE_DIR points to build dir at build time

2015-05-15 Thread Paul Cercueil
Hi, I'm facing a strange issue with CMake 3.2.2 when building with Visual Studio. This code snippet shows the problem: -- set(CS_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/MyLib.cs ${CMAKE_CURRENT_SOURCE_DIR}/AssemblyInfo.cs) add_custom_command(OUTPUT mylib.dll COMMAND

Re: [cmake-developers] CMAKE_CURRENT_SOURCE_DIR points to build dir at build time

2015-05-15 Thread Brad King
On 05/15/2015 05:09 AM, Paul Cercueil wrote: set(CS_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/MyLib.cs ${CMAKE_CURRENT_SOURCE_DIR}/AssemblyInfo.cs) add_custom_command(OUTPUT mylib.dll COMMAND mcs /target:library /out:mylib.dll /debug

Re: [cmake-developers] CMAKE_CURRENT_SOURCE_DIR points to build dir at build time

2015-05-15 Thread Paul Cercueil
Hi Brad, On 15/05/2015 17:09, Brad King wrote: On 05/15/2015 05:09 AM, Paul Cercueil wrote: set(CS_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/MyLib.cs ${CMAKE_CURRENT_SOURCE_DIR}/AssemblyInfo.cs) add_custom_command(OUTPUT mylib.dll COMMAND mcs /target:library

Re: [cmake-developers] [PATCH] CPackIFW: Added QtIFW 2.0 Support

2015-05-15 Thread Brad King
On 05/15/2015 03:09 AM, Konstantin Podsvirov wrote: Current version CPackIFW can't handle QtIFW 2.0 - it's time to fix it! Thanks. I applied the patches in these two commits: CPackIFW: Add QtIFW 2.0 support http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9a0ba4d2 Update packaging of

Re: [cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

2015-05-15 Thread Domen Vrankar
Please find attached some rework on the documentation. There is no hurry :) Applied with minor changes: http://www.cmake.org/gitweb?p=cmake.git;a=commit;h=efab805 Thanks, Domen -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: