[CMake] Xcode generator : is it commonly used ?

2013-09-02 Thread Nicholas Yue
Hi, I have been using CMake for a couple of years on the Windows, Linux and OS X platform. (c++ development) In the last 12 months or so, I have found that I can no longer generate usable XCode files, I have been monitoring the situation and trying to determine what I have change or

Re: [CMake] Resetting cmake variables

2013-09-02 Thread outro pessoa
I edited out that part. Link to source is in portion below. On Mon, Sep 2, 2013 at 11:32 AM, Matthew Woehlke < matthew.woeh...@kitware.com> wrote: > On 2013-08-30 21:02, outro pessoa wrote: > >> I am trying to build traverso-daw. In CMakeLists.txt file, wavpack.h was >> edited to use the full pa

Re: [CMake] ERROR when trying to Configure CMake

2013-09-02 Thread Rikkin
This is strange, It did not work. I tried to set the cmake variable QT_QMAKE_EXECUTABLE to qmake.exe and the environment variable too. It still didn't find it. I'm following the manual to make a plugin in OpendTect software, maybe I am getting the error before? -- View this message in context:

Re: [CMake] Resetting cmake variables

2013-09-02 Thread Matthew Woehlke
On 2013-08-30 21:02, outro pessoa wrote: I am trying to build traverso-daw. In CMakeLists.txt file, wavpack.h was edited to use the full path; "Edited" in what manner? configure_file? Can you show us the relevant snippet of CMake code and relevant before/after snippets of the file being edit

[CMake] cpack component

2013-09-02 Thread Lars Lars
Hello, We are using CPack (WIX generator) to create an installer. This works fine but with one slight problem that the installer contains a component that I did not expect. The main CMakeList.txt file includes; SET(CPACK_COMPONENTS_ALL RUNTIME) In a sub CMakeList.txt file I have the following lin