[CMake] Possible Bug in Cmake

2013-09-30 Thread Sumit Adhikari
Dear All, if(${CMAKE_SYSTEM_NAME} MATCHES Linux) differs from if(${CMAKE_SYSTEM_NAME} matches Linux) Is this behavior expected ? Regards, Sumit -- Sumit Adhikari, Senior Architect - Product Development, Synphony Teleca -- Powered by www.kitware.com Please keep messages on-topic and check

Re: [CMake] Possible Bug in Cmake

2013-09-30 Thread Sumit Adhikari
sensitive. The first is a legal CMake command. The second is a fatal CMake error: CMake Error at CMakeLists.txt:13 (if): if given arguments: Darwin matches Linux Unknown arguments specified -- Kent Williams norman-k-willi...@uiowa.edu On 9/30/13 11:36 AM, Sumit Adhikari

Re: [CMake] Possible Bug in Cmake

2013-09-30 Thread Sumit Adhikari
Furthermore gvim adds more confusion to it On Mon, Sep 30, 2013 at 10:43 PM, Sumit Adhikari sumit.adhik...@gmail.comwrote: Thanks. This is scary :( Regards, Sumit On Mon, Sep 30, 2013 at 10:32 PM, Williams, Norman K norman-k-willi...@uiowa.edu wrote: It might be confusing -- well

[CMake] Reg :: Boost Build

2012-09-07 Thread Sumit Adhikari
project. Regards, -- Sumit Adhikari, Institute of Computer Technology, Faculty of Electrical Engineering, Vienna University of Technology, Gußhausstraße 27-29,1040 Vienna -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [CMake] Reg :: Boost Build

2012-09-07 Thread Sumit Adhikari
Thanks! On Fri, Sep 7, 2012 at 11:30 AM, Mateusz Loskot mate...@loskot.net wrote: On 7 September 2012 10:25, Sumit Adhikari sumit.adhik...@gmail.comwrote: Dear All, I see from google there were a significant discussion with boost developers and cmake people on migration of boost build

[CMake] cmake output file naming

2012-08-17 Thread Sumit Adhikari
extensions every time!). Any work around for this ? Regards, -- Sumit Adhikari, Institute of Computer Technology, Faculty of Electrical Engineering, Vienna University of Technology, Gußhausstraße 27-29,1040 Vienna -- Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] cmake output file naming

2012-08-17 Thread Sumit Adhikari
Dear Brad, Thanks for the info. I will try and I find any issues then will report. *.cpp was just symbolic. Regards, Sumit On Fri, Aug 17, 2012 at 3:22 PM, Brad King brad.k...@kitware.com wrote: On 8/17/2012 5:03 AM, Sumit Adhikari wrote: I have particular problem with the cmake generated

Re: [CMake] cmake output file naming

2012-08-17 Thread Sumit Adhikari
/17/2012 5:03 AM, Sumit Adhikari wrote: I have particular problem with the cmake generated output file naming conventions (like myfile.cpp.o, myfile.cpp.gcno, ). Object file names are computed in a deterministic manner based only on the source file name and location. The object name must

Re: [CMake] cmake output file naming

2012-08-17 Thread Sumit Adhikari
I understand your concern! Assume that for some reason I cannot use Ctest! And all the problem starts there. On Fri, Aug 17, 2012 at 4:31 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 8/17/2012 9:44 AM, Sumit Adhikari wrote: Dear Brad, Thanks for the info. I will try and I find any

[CMake] CMakeFiles

2012-08-08 Thread Sumit Adhikari
Hi, I am new to cmake. Is there any way to change the name of the directory CMakeFiles ? Regards, -- Sumit Adhikari, Institute of Computer Technology, Faculty of Electrical Engineering, Vienna University of Technology, Gußhausstraße 27-29,1040 Vienna -- Powered by www.kitware.com Visit other

[CMake] Boost

2012-08-08 Thread Sumit Adhikari
see the boost library has been found but include_directories, link_directories and LIBS are not updated. Is this because I do not have boost.pc in my system ? Any other way to resolve this ? Regards, -- Sumit Adhikari, Institute of Computer Technology, Faculty of Electrical Engineering, Vienna

Re: [CMake] Boost

2012-08-08 Thread Sumit Adhikari
) endif (Boost_FOUND) I see the boost library has been found but include_directories, link_directories and LIBS are not updated. Is this because I do not have boost.pc in my system ? Any other way to resolve this ? Regards, -- Sumit Adhikari, Institute of Computer Technology, Faculty

Re: [CMake] Boost

2012-08-08 Thread Sumit Adhikari
the components. ;-) On Wed, Aug 8, 2012 at 1:29 PM, Sumit Adhikari sumit.adhik...@gmail.comwrote: Thanks for the reply. But is this is a Bug ? Regards, Sumit On Wed, Aug 8, 2012 at 1:28 PM, Nick Overdijk n...@astrant.net wrote: Try again with this example: http://stackoverflow.com