[CMake] CMake Error at cmake/FindWX.cmake:317 (MESSAGE): No wxWidgets installation could be found.

2015-01-13 Thread Shubhra Sharma
Hi, I'm trying to get pgagent to work. So, I compiled and installed the dependencies for the same. One such dependency is wxWidgets-2.8.12 when I run the following cmd I get the error below: # cmake pgAgent-3.4.0-Source CMake Error at cmake/FindWX.cmake:317 (MESSAGE): No wxWidgets installation

Re: [CMake] [3.1.0] [PATCH] CMP0054 in CMakeDetermineCXXCompiler.cmake

2015-01-13 Thread Paul Anton Letnes
Just wanted to say that I've seen the same issue on my system: Visual studio 2013, Win 7 64 Cmake 3.1.0-rc2 Intel fortran 2015 (used for the fortran bits of a mixed c/c++/fortran solution) Cheers Paul PS: I envy your email address. Sent from my phone > On 08 Jan 2015, at 18:06, Paul Smith w

[CMake] Include path perference

2015-01-13 Thread leemachine
Hello all, I am using CMAKE 2.8.7: My question is I have a project that looks for dependencies (libraries and headers) in both the source tree (*CMAKE_SOURCE_DIR* and *CMAKE_CURRENT_SOURCE_DIR* as well as the *CMAKE_INSTALL_PREFIX*. The issue I am having is I'm making changes to the source tree t

[CMake] Issue parsing command lines with '=' in value of defined variables

2015-01-13 Thread Lowekamp, Bradley (NIH/NLM/LHC) [C]
Hello, I encountered this issue only on windows why trying to use the ExternalData module with a file called: "slice_01524_z-5.0034um.tif" I am tested with CMake 3.0.2 and 2.8.12.2 on widows for this test. Here is the test script: foreach(i RANGE ${CMAKE_ARGC}) message(STATUS "ARGV${i}: ${CMAK

Re: [CMake] cmake + vc12

2015-01-13 Thread Arjen Markus
Hello lode, You can use: nmake verbose=1 to have the commands printed. Regards, Arjen > -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Lode Leroy > Sent: Tuesday, January 13, 2015 2:02 PM > To: cmake@cmake.org > Subject: [CMake] cmake + vc12

[CMake] cmake + vc12

2015-01-13 Thread Lode Leroy
Is there a way to see the executed command when using "NMake Makefiles"? I would like to see the "cl /c /flag1 /flag2 file.cpp" etc... -- lode -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various ser