Re: [CMake] No Such File or Directory

2014-08-16 Thread Alan W. Irwin
On 2014-08-16 15:02-0500 David Zemon wrote: Hello, After downloading the 3.0.1 binary Linux distribution of CMake, I am running into the following bash error: *david@fresh-ubuntu:~/**PropWare/util$* cmake ^ ==> that is a prompt followed by a blan

Re: [CMake] No Such File or Directory

2014-08-16 Thread Marcel Loose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 16-08-14 om 22:02 schreef David Zemon: > Hello, > > After downloading the 3.0.1 binary Linux distribution of CMake, I > am running into the following bash error: > > *david@fresh-ubuntu:~/**PropWare/util$* cmake bash: > /home/david/cmake-3.0.1-Lin

[CMake] No Such File or Directory

2014-08-16 Thread David Zemon
Hello, After downloading the 3.0.1 binary Linux distribution of CMake, I am running into the following bash error: *david@fresh-ubuntu:~/**PropWare/util$* cmake bash: /home/david/cmake-3.0.1-Linux-i386/bin/cmake: No such file or directory *david@fresh-ubuntu:~/**PropWare/util$* whi

Re: [CMake] How to get rid of AUTOMOC: Checking ... messages

2014-08-16 Thread Alexander Neundorf
On Thursday, July 24, 2014 08:38:08 Dominique Ledit wrote: > Hi > > I currently use 2.8.12.2 CMake version and Qt 4.7.3 and set in my top-level > CMakeLists.txt the CMAKE_AUTOMOC to true Set (CMAKE_AUTOMOC on) > As a result, in the build log there are a lot of messages like: > > AUTOMOC: Checking

Re: [CMake] How to deal with incompatible changes in interface of target_link_libraries()?

2014-08-16 Thread Marcel Loose
Op 12-08-14 om 15:06 schreef Brad King: > On 08/12/2014 03:48 AM, Marcel Loose wrote: >> On a side note. Even using the new PRIVATE and PUBLIC keywords I am >> unable to exactly specify which libraries are needed for linking. > > Can you provide a concrete example of this trouble? I've further ana