Re: [CMake] [ANNOUNCE] CMake 3.4.0-rc1 is now ready!

2015-10-22 Thread Alan W. Irwin
On 2015-10-22 13:30-0400 Brad King wrote: On 10/22/2015 11:28 AM, Orion Poplawski wrote: This appears to have broken plplot's ada build on Fedora. FYI - builds still fail with cmake 3.4.0-rc2. Have had time to look at it closer. plplot issue seems to be triggered by a change in Ada_FLAGS:

Re: [CMake] using source files in build directory

2015-10-22 Thread Srinath Vadlamani
Hello All, I am aware of out-of-source builds. I want to add modified source files to the out of source build directory and have CMake use these modified files. Below is my example: $pwd $ls CmakeLists.txt CMake README src tests doc ... $mkdir build1 $cd build1 $cp ../src/file1.cpp . $ $ccmak

Re: [CMake] using source files in build directory

2015-10-22 Thread Gonzalo
El 21/10/15 a las 17:45, Srinath Vadlamani escribió: Hello All, Is it possible to have CMake use source files in some particular order that are placed in the out-of-source build directory? This is allows for the convenience of having multiple builds in different build directories due to a f

Re: [CMake] Python project using Cmake

2015-10-22 Thread Matthew Keeler
Sorry Srinivas, the projects was for a former employer of mine and I no longer have access to it. We were distributing “scripts” as executable zip files (a lesser known feature of Python). So we had a few things going on. include(FindPythonInterp) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup

[CMake] Finding debug Qt libraries without CMAKE_BUILD_TYPE set to None

2015-10-22 Thread Tom Kacvinsky
I have need to find the debug version of Qt libraries. From the documentation I read, the libraries found are based on the CMAKE_BUILD_TYPE vale. So it it is set to Release, the release versions are found, and if set to DEBUG, the debug versions are found. Unfortunately, due to use of Ada suppor

Re: [CMake] [ANNOUNCE] CMake 3.4.0-rc1 is now ready!

2015-10-22 Thread Brad King
On 10/22/2015 11:28 AM, Orion Poplawski wrote: >>> This appears to have broken plplot's ada build on Fedora. > > FYI - builds still fail with cmake 3.4.0-rc2. Have had time to look at it > closer. plplot issue seems to be triggered by a change in Ada_FLAGS: > > -Ada_FLAGS = > -I/home/orion/fedo

Re: [CMake] [ANNOUNCE] CMake 3.4.0-rc1 is now ready!

2015-10-22 Thread Orion Poplawski
On 10/07/2015 10:45 AM, Orion Poplawski wrote: > On 10/06/2015 09:00 PM, Orion Poplawski wrote: >> On 10/06/2015 09:42 AM, Robert Maynard wrote: >>> I am proud to announce the first CMake 3.4 release candidate. >> >> This appears to have broken plplot's ada build on Fedora. Previous good >> (cmake

Re: [CMake] ExternalProject_Add and proxy

2015-10-22 Thread D. Barbier
On 2015-10-21 18:07 GMT+02:00 Cedric Doucet wrote: > Hello Denis! > > Thank you for your answer. > Actually, there is no login and no password. > It's an academic proxy. > So the initial syntax of http_proxy should to be correct. Hello, CMake uses libcurl, so check your proxy settings with curl i