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 wrote: > 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

Re: [CMake] Possible Bug in Cmake

2013-09-30 Thread Sumit Adhikari
gt; > > > -- > Kent Williams norman-k-willi...@uiowa.edu > > > > > > > On 9/30/13 11:36 AM, "Sumit Adhikari" wrote: > > >Dear All, > > > > > >if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") > > > > > >

[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 m

Re: [CMake] Reg :: Boost Build

2012-09-07 Thread Sumit Adhikari
Thanks! On Fri, Sep 7, 2012 at 11:30 AM, Mateusz Loskot wrote: > On 7 September 2012 10:25, Sumit Adhikari wrote: > >> Dear All, >> >> I see from google there were a significant discussion with boost >> developers and cmake people on migration of boost bui

[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] 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 wrote: > On 8/17/2012 9:44 AM, Sumit Adhikari wrote: > >> Dear Brad, >> >> Thanks for the info. I will try and I f

Re: [CMake] cmake output file naming

2012-08-17 Thread Sumit Adhikari
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. Th

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 wrote: > On 8/17/2012 5:03 AM, Sumit Adhikari wrote: > > I have particular problem with the cmake generated output fi

[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] Boost

2012-08-08 Thread Sumit Adhikari
the components. ;-) > > On Wed, Aug 8, 2012 at 1:29 PM, Sumit Adhikari > wrote: > >> Thanks for the reply. But is this is a Bug ? >> >> >> Regards, >> Sumit >> >> >> On Wed, Aug 8, 2012 at 1:28 PM, Nick Overdijk wrote: >> >>>

Re: [CMake] Boost

2012-08-08 Thread Sumit Adhikari
Thanks for the reply. But is this is a Bug ? Regards, Sumit On Wed, Aug 8, 2012 at 1:28 PM, Nick Overdijk wrote: > Try again with this example: > > > http://stackoverflow.com/questions/3897839/how-to-link-c-program-with-boost-using-cmake > > > On 2012-08-08, at 12:52:06 ,

[CMake] Boost

2012-08-08 Thread Sumit Adhikari
_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 of Electrical Engineeri

[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