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
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
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:
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
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