Re: [CMake] CPACK: configured variables in CMake file are ignored

2012-11-27 Thread Paolo Ciccone
Yes. I use Sublime Edit 2 for all my work, Xcode is used just to compile the project. I'll look into that and possibly contact the developer. Showing the "foreign" chars would have saved me a few hours and avoided pestering the mailing list about such trivial issue :) Thanks again. --- Paolo Cicco

Re: [CMake] CPACK: configured variables in CMake file are ignored

2012-11-27 Thread Eric Noulard
2012/11/27 Paolo Ciccone : > Hi Eric. > You nailed it! Those characters got inserted when I copies and pasted the > names of the variables fromt the CPack wiki. Once removed everything works > perfectly. Fantastic! Happy to ear that. > > Thank you a million. You're welcome. May be XCode (or the

Re: [CMake] CPACK: configured variables in CMake file are ignored

2012-11-27 Thread Paolo Ciccone
Hi Eric. You nailed it! Those characters got inserted when I copies and pasted the names of the variables fromt the CPack wiki. Once removed everything works perfectly. Fantastic! Thank you a million. --- Paolo Ciccone www.preta3d.com www.paolociccone.com On Tue, Nov 27, 2012 at 1:34 PM, Eric N

Re: [CMake] CPACK: configured variables in CMake file are ignored

2012-11-27 Thread Eric Noulard
2012/11/27 Paolo Ciccone : > I have prepared a testcase that I can use to replicate the issue all the > time. > I am running Mac OS 10.8.2 (ML) and I tested this case with both CMake/CPack > 2.8.10.1 and 2.8.9. > > The command issued is simply: > > cmake -G Xcode > > You can find the test case, whi

Re: [CMake] CPACK: configured variables in CMake file are ignored

2012-11-27 Thread Paolo Ciccone
I have prepared a testcase that I can use to replicate the issue all the time. I am running Mac OS 10.8.2 (ML) and I tested this case with both CMake/CPack 2.8.10.1 and 2.8.9. The command issued is simply: cmake -G Xcode You can find the test case, which is stripped down to almost nothing here:

Re: [CMake] CPACK: configured variables in CMake file are ignored

2012-11-27 Thread Eric Noulard
2012/11/27 Paolo Ciccone : > Hi Eric. > >> >> Do you mean that inside "CPackConfig.cmake" the value you(ve set before >> "INCLUDE(CPack)" are not used? >> > > That is correct. So this is plain wrong and I don't understand how it is possible?? We should first find to fix this before examining other

Re: [CMake] CPACK: configured variables in CMake file are ignored

2012-11-27 Thread Paolo Ciccone
Hi Eric. > Do you mean that inside "CPackConfig.cmake" the value you(ve set before > "INCLUDE(CPack)" are not used? > > That is correct. > > Am I overlooking something? > > Not something obvious I think. > Could it be possible that INCLUDE(CPack) has been called by a subproject > before you act

Re: [CMake] CPACK: configured variables in CMake file are ignored

2012-11-26 Thread Eric Noulard
2012/11/27 Paolo Ciccone : > Hi. > > This issue is with CPack 2.8.10.1 on Mac OS. > > I have a CPack configuration inside a CMake file that seems to skip some > variables that have been set. > For example: > > INCLUDE(InstallRequiredSystemLibraries) > SET(CPACK_RESOURCE_FILE_README "Absolute path t

[CMake] CPACK: configured variables in CMake file are ignored

2012-11-26 Thread Paolo Ciccone
Hi. This issue is with CPack 2.8.10.1 on Mac OS. I have a CPack configuration inside a CMake file that seems to skip some variables that have been set. For example: INCLUDE(InstallRequiredSystemLibraries) SET(CPACK_RESOURCE_FILE_README "Absolute path to the redme file") SET(CPACK_PACKAGE_VENDOR