Re: [CMake] Fwd: How to have generated source compiled multiple ways?

2013-08-14 Thread Paul Smith
On Tue, 2013-08-13 at 00:24 +0200, Eric Noulard wrote: > > OK, maybe I'm misunderstanding but if the SerializeTarget is considered > > "always out of date" because it was defined with add_custom_target() > > then won't that cause the two libraries to always rebuild, since > > something they depend

Re: [CMake] syntax error?

2013-08-14 Thread Clinton Stimpson
On Wednesday, August 14, 2013 04:25:10 PM David Cole wrote: > > I'm using cmake from git master as of today and it gives me a warning > > > > CMake Warning (dev) in .../CMakeLists.txt: > > Syntax Warning in cmake code at > > > > /.../CMakeLists.txt:309:10 > > I do not get an error with t

Re: [CMake] syntax error?

2013-08-14 Thread David Cole
I'm using cmake from git master as of today and it gives me a warning CMake Warning (dev) in .../CMakeLists.txt: Syntax Warning in cmake code at /.../CMakeLists.txt:309:10 I do not get an error with this CMakeLists.txt: cmake_minimum_required(VERSION 2.8) project(xyz NONE) message("M

[CMake] DeployQt5.cmake

2013-08-14 Thread Mihai Moldovan
Hi all, tl;dr: DeployQt5.cmake attached, grab, goto ## BUG && read, test, report back. I took the DeployQt4.cmake module as a reference and made it work with Qt5. The only real difference is searching for plugins. Previously, FindQt4.cmake would export all known plugins as path type variables in

[CMake] syntax error?

2013-08-14 Thread Clinton Stimpson
Is the following a syntax error? if (NOT(MSVC AND (MSVC_VERSION EQUAL 1600))) ... I'm using cmake from git master as of today and it gives me a warning CMake Warning (dev) in .../CMakeLists.txt: Syntax Warning in cmake code at /.../CMakeLists.txt:309:10 -- Clinton Stimpson Elemental

Re: [CMake] FindOpenSSL always uses system libs

2013-08-14 Thread Andreas Pakulat
Hi, On Wed, Aug 14, 2013 at 8:06 PM, Josef 'Jeff' Sipek wrote: > If you have a (linux or solaris) system with openssl installed in /usr and > a > second copy installed elsewhere (e.g., /opt) and you want a cmake project > to > find the elsewhere version, no matter what you try it finds the system

[CMake] FindOpenSSL always uses system libs

2013-08-14 Thread Josef 'Jeff' Sipek
If you have a (linux or solaris) system with openssl installed in /usr and a second copy installed elsewhere (e.g., /opt) and you want a cmake project to find the elsewhere version, no matter what you try it finds the system copy. (In other words, OPENSSL_ROOT_DIR has no effect.) Are we missing so

[CMake] Fwd: (no subject)

2013-08-14 Thread Eric Noulard
I did forget the list. Sorry. -- Forwarded message -- From: Eric Noulard Date: 2013/8/14 Subject: Re: [CMake] (no subject) To: Ruqayya Raza 2013/8/14 Ruqayya Raza > I have tried to compile CMAKE gui using pre built binaries but I keep > getting this error and no one so fa

[CMake] (no subject)

2013-08-14 Thread Ruqayya Raza
I have tried to compile CMAKE gui using pre built binaries but I keep getting this error and no one so far has been able to help me out. Please please help me in this regard! CMake Warning at /OpenCV2.3/cmake/OpenCVConfig.cmake:153 (message): Found OpenCV 2.4.3 Windows Super Pack but it has not b

[CMake] Find modules for SDL2

2013-08-14 Thread Benjamin Eikel
Hello, I have written find modules for SDL2, SDL2_image and SDL2_net (see attachment). I have tested them on Linux and Windows/MinGW with self-compiled SDL2 libraries. I did neither test with Visual Studio nor on OS X. Feel free to use them if they are helpful for you (they are licensed under t

Re: [CMake] Visual Studio 10 compiler identification unknown

2013-08-14 Thread Jochen Issing
On 2013-08-06 13:09, Jochen Issing wrote: On 2013-08-06 12:19, Jorge Perez wrote: I have the same problem with Win64 + Visual Studio 2010 professional. It works from command line running cmake from /Visual Studio Command Prompt /but I'm not able to configure using the gui even if I start it