Re: [cmake-developers] Generator Expressions in CPack (Module) variables

2015-04-28 Thread Eric Noulard
2015-04-28 10:57 GMT+02:00 Gregor Jasny : > Hello Nils, > > thank you for the pointers. > > On 24/04/15 21:30, Nils Gladitz wrote: > >> On 24.04.2015 20:55, Gregor Jasny wrote: >> >>> Hello, >>> >>> would it be possible to add generator expression support to CPack >>> so that I can use $ within CP

Re: [cmake-developers] Generator Expressions in CPack (Module) variables

2015-04-28 Thread Nils Gladitz
On 04/28/2015 10:57 AM, Gregor Jasny wrote: Unfortunately the CPACK_BUILD_CONFIG approach does only work for multi-config generators. As far as I understand CPACK_BUILD_CONFIG gets only set if the -C command line option was given to cpack. But this option is only added conditionally and omitted f

Re: [cmake-developers] Generator Expressions in CPack (Module) variables

2015-04-28 Thread Gregor Jasny
Hello Nils, thank you for the pointers. On 24/04/15 21:30, Nils Gladitz wrote: On 24.04.2015 20:55, Gregor Jasny wrote: Hello, would it be possible to add generator expression support to CPack so that I can use $ within CPACK_PACKAGE_FILE_NAME? I'm using the CPack module from within my CMakeL

Re: [cmake-developers] Generator Expressions in CPack (Module) variables

2015-04-24 Thread Nils Gladitz
On 24.04.2015 20:55, Gregor Jasny wrote: Hello, would it be possible to add generator expression support to CPack so that I can use $ within CPACK_PACKAGE_FILE_NAME? I'm using the CPack module from within my CMakeLists.txt. I'm trying to generate unique file names per architecture and configura

[cmake-developers] Generator Expressions in CPack (Module) variables

2015-04-24 Thread Gregor Jasny
Hello, would it be possible to add generator expression support to CPack so that I can use $ within CPACK_PACKAGE_FILE_NAME? I'm using the CPack module from within my CMakeLists.txt. I'm trying to generate unique file names per architecture and configuration but multi config generators like Xcode