Re: [CMake] How to build for 32bit using multiarch?

2011-11-29 Thread Kishore
On Tuesday 29 Nov 2011 10:50:13 AM Mathias Gaunard wrote: On 11/28/2011 05:58 PM, Kishore Jonnalagadda wrote: I have recently moved to using 64bit Kubuntu Oneiric when supports multiarch. I understand that building 32 bit from my 64 install is as simple as adding the -m32 option to gcc

[CMake] How to build for 32bit using multiarch?

2011-11-28 Thread Kishore Jonnalagadda
! Kishore Ps: Is this multiarch unique to *ubuntu or all distributions adopting it? -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki

[CMake] [PATCH] remove the -unpecified in the installed deb package name

2011-11-10 Thread Kishore Jonnalagadda
. -- Cheers! KishoreFrom 648977fbc8e0d22692f125fb4ed9fe6cc015b430 Mon Sep 17 00:00:00 2001 From: Kishore Jonnalagadda kishore.jonnalaga...@gmail.com Date: Thu, 10 Nov 2011 20:18:06 +0530 Subject: [PATCH] Even through the file name has Unpecified in it, let the control file and thus the installed

[CMake] Rename unspecified component - how?

2011-09-17 Thread Kishore Jonnalagadda
! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Kishore Jonnalagadda
On Sep 17, 2011 2:12 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/9/17 Kishore Jonnalagadda kitts.mailingli...@gmail.com: In my project I am using the default component for all binaries and a dev component for headers. But when I create packages, it creates one called Unspecified

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Kishore Jonnalagadda
On Sat, Sep 17, 2011 at 2:12 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/9/17 Kishore Jonnalagadda kitts.mailingli...@gmail.com: In my project I am using the default component for all binaries and a dev component for headers. But when I create packages, it creates one called

[CMake] Website missing link to documentation page

2011-06-21 Thread Kishore Jonnalagadda
Should not the cmake help web page ( http://www.cmake.org/cmake/help/help.html) contain a link to the documentation page? -- Cheers, Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [CMake] Website missing link to documentation page

2011-06-21 Thread Kishore Jonnalagadda
to the page http://www.cmake.org/cmake/help/documentation.html which I got from a google search. On Tue, Jun 21, 2011 at 1:55 PM, Kishore Jonnalagadda kitts.mailingli...@gmail.com wrote: Should not the cmake help web page ( http://www.cmake.org/cmake/help/help.html) contain a link to the documentation

[CMake] CMAKE internal variables, files and scope

2011-06-13 Thread Kishore
documentation would help. -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org

Re: [CMake] Errors using CMAKE for cross compiling.

2011-06-13 Thread Kishore
) ADD_EXECUTABLE(hello main.c) -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http

Re: [CMake] ToolChain file scope

2011-06-08 Thread Kishore
platform/* modules to be documented as well. -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http

Re: [CMake] Invoking CMakle outside of the build/source dir.

2011-06-06 Thread Kishore
; cmake /some/build/dir Reversed paths! :P -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http

Re: [CMake] providing library information, what's the cmake way

2010-12-06 Thread Kishore
On Sunday 05 Dec 2010 6:16:35 pm Michael Hertling wrote: On 11/30/2010 05:53 AM, Kishore wrote: On Tuesday 23 Nov 2010 5:27:56 pm Johannes Zarl wrote: Another somehow related topic seems to be import/export of targets. Should a LibraryConfig.cmake or FindLibrary.cmake file create imported

Re: [CMake] providing library information, what's the cmake way

2010-11-29 Thread Kishore
. And is there any documentation on how to create a LibraryConfig.cmake file with support for components? -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

Re: [CMake] [Q] howto merge include dirs from dependencies?

2010-09-01 Thread Kishore
? toplevel/CMakeLists.txt: add_subdirectory(mylib) get_directory_property(MYLIB_INCLUDE_DIRS DIRECTORY mylib INCLUDE_DIRECTORIES) -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [CMake] Support for multiple components in cpack (reloaded)

2010-08-23 Thread Kishore
to depend on Dev and Development. And make Dev and Development hidden. IIRC this is possible already. No? What i would be worried about is if two sub projects have the same named component not related to each other. -- Cheers! Kishore ___ Powered

Re: [CMake] Support for multiple components in cpack

2010-08-09 Thread Kishore
On Friday 06 Aug 2010 4:18:36 am Eric Noulard wrote: 2010/8/4 Kishore kitts.mailingli...@gmail.com: On Monday 02 Aug 2010 4:59:47 pm Eric Noulard wrote: Hi All, I did add a patch for the multiple file problem http://public.kitware.com/Bug/view.php?id=10736 May be interested people

Re: [CMake] How to write CMakeLists.txt for Qt4 when Q_OBJECT in xxx.cpp file

2010-08-03 Thread Kishore
is compiled and linked twice effectively. Once when included from main.cpp and the other when passed as a separate file to the compiler/linker. -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [CMake] Support for multiple components in cpack

2010-08-03 Thread Kishore
or not. Waiting for feedback before going on Thanks. It just tried this and it works as claimed. Later today, i will inspect the generated packages on a windows machine too. -- Cheers! Kishore Ps: Excited, I tried building a DEB package with this patch thinking that it would result in multiple packages. I

Re: [CMake] Support for multiple components in cpack

2010-07-30 Thread Kishore
On Friday 30 Jul 2010 5:05:56 pm Eric Noulard wrote: Hi All, I'll try to launch a specific thread for this following what Kishore said: I would like to see full support for multiple components in cpack. David answered: Could you elaborate on full support for multiple components

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-07-30 Thread Kishore
components, i would first need to check the level of support in NSIS. Nevertheless, DEB and RPM can benefit from inter component dependencies. Thanks, David On Fri, Jul 30, 2010 at 1:02 AM, Kishore kitts.mailingli...@gmail.comwrote: I would like to see full support for multiple components

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-07-29 Thread Kishore
list and activity in the bug tracker to help prioritize the bug fixes that will occur in the next several weeks. Thanks, David Cole Kitware, Inc. -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] bash completion for cmake

2010-07-28 Thread Kishore
On Wednesday 28 Jul 2010 7:07:20 pm Eric Noulard wrote: 2010/7/28 Kishore kitts.mailingli...@gmail.com: On Tuesday 27 Jul 2010 6:05:59 pm Eric Noulard wrote: 2010/7/27 Eric Noulard eric.noul...@gmail.com: Here comes a proposal for a bash completion for cmake. Should work with almost any

Re: [CMake] bash completion for cmake

2010-07-28 Thread Kishore
On Wednesday 28 Jul 2010 10:01:42 pm Eric Noulard wrote: 2010/7/28 Kishore kitts.mailingli...@gmail.com: bash-completion 1:1.2-2 bash-completion 1:1.1-3ubuntu2 I think I know why. The missing functions may comes with bash-completion 1.2 you have 1.1. Would you try the attach

Re: [CMake] bash completion for cmake

2010-07-27 Thread Kishore
it does not work here. This is what i get with cmake TABTAB $ cmake _get_comp_words_by_ref: command not found -_get_comp_words_by_ref: command not found Kubuntu 10.04. -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] PROJECT() command when cross compiling

2010-07-09 Thread Kishore
On Wednesday 07 Jul 2010 8:54:52 pm Kishore wrote: On Friday 02 Jul 2010 12:36:17 am Kishore wrote: On Friday 02 Jul 2010 12:07:07 am Alexander Neundorf wrote: On Thursday 01 July 2010, Kishore wrote: It seems that the PROJECT() command does a fair bit behind the scenes

Re: [CMake] PROJECT() command when cross compiling

2010-07-07 Thread Kishore
On Friday 02 Jul 2010 12:36:17 am Kishore wrote: On Friday 02 Jul 2010 12:07:07 am Alexander Neundorf wrote: On Thursday 01 July 2010, Kishore wrote: It seems that the PROJECT() command does a fair bit behind the scenes and is not documented enough. It seems to reset several variable

Re: [CMake] cross compiling - platform files

2010-07-02 Thread Kishore
On Thursday 01 Jul 2010 8:13:56 pm Kishore wrote: In the CMake wiki (http://www.cmake.org/Wiki/CMake_Cross_Compiling) it says clearly that the platform module are included in the following order; Platform/${CMAKE_SYSTEM_NAME}.cmake (mandatory) Platform/${CMAKE_SYSTEM_NAME}-compiler.cmake

[CMake] cross compiling - platform files

2010-07-01 Thread Kishore
? -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow

[CMake] PROJECT() command when cross compiling

2010-07-01 Thread Kishore
run of cmake and hence executing make rebuild_cache overcomes the issue. Bug? -- Cheers! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [CMake] PROJECT() command when cross compiling

2010-07-01 Thread Kishore
On Friday 02 Jul 2010 12:07:07 am Alexander Neundorf wrote: On Thursday 01 July 2010, Kishore wrote: It seems that the PROJECT() command does a fair bit behind the scenes and is not documented enough. It seems to reset several variable created before it was first called. Since i use

Re: [CMake] plugin dependencies and TARGET_LINK_LIBRARIES()

2010-06-16 Thread Kishore
On Wednesday 16 Jun 2010 8:51:27 am you wrote: On Tuesday 15 Jun 2010 11:32:17 pm Andreas Pakulat wrote: On 15.06.10 22:18:04, Kishore wrote: How do i inform cmake when building a module that it depends on another module? Does cmake need to even know that? I am building a plugin

[CMake] plugin dependencies and TARGET_LINK_LIBRARIES()

2010-06-15 Thread Kishore
! Kishore ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link

Re: [CMake] plugin dependencies and TARGET_LINK_LIBRARIES()

2010-06-15 Thread Kishore
On Tuesday 15 Jun 2010 11:32:17 pm Andreas Pakulat wrote: On 15.06.10 22:18:04, Kishore wrote: How do i inform cmake when building a module that it depends on another module? Does cmake need to even know that? I am building a plugin based qt application (my first time with plugins

RE: [CMake] moving project folder

2007-06-07 Thread Jonnalagadda, Kishore (IE10)
You cannot move a configured project. If you move it you need to clean the build folder and then run cmake again after the move. Warm regards, Kishore From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of abhijeet mhatre Sent: Thursday, June 07

RE: [CMake] [Dev] CMake 2.5-20070519 and tool chain support

2007-05-23 Thread Kishore, Jonnalagadda (IE10)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Neundorf Sent: Wednesday, May 23, 2007 6:00 PM To: cmake@cmake.org Subject: Re: [CMake] [Dev] CMake 2.5-20070519 and tool chain support On Wednesday 23 May 2007 00:58, Kishore

RE: [CMake] [Dev] CMake 2.5-20070519 and tool chain support

2007-05-22 Thread Kishore, Jonnalagadda (IE10)
to override the default configuration. Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] [Dev] CMake 2.5-20070519 and tool chain support

2007-05-22 Thread Kishore, Jonnalagadda (IE10)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Neundorf Sent: Tuesday, May 22, 2007 8:15 PM To: cmake@cmake.org Subject: Re: [CMake] [Dev] CMake 2.5-20070519 and tool chain support Hi, On Tuesday 22 May 2007 10:32, Kishore

RE: [CMake] RE: CMake 2.4.1/VC71 Why the wierd project.dir subdirs?

2007-05-10 Thread Kishore, Jonnalagadda (IE10)
the current include and define lists? Perhaps you could use GET_DIRECTORY_PROPERTY()? GET_DIRECTORY_PROPERTY(INC_LIST INCLUDE_DIRECTORIES) GET_DIRECTORY_PROPERTY(DEFS DEFINITIONS) Regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org

RE: [CMake] RE: CMake 2.4.1/VC71 Why the wierd project.dir subdirs?

2007-05-10 Thread Kishore, Jonnalagadda (IE10)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor Kellaway Sent: Friday, May 11, 2007 12:15 AM To: cmake@cmake.org Subject: RE: [CMake] RE: CMake 2.4.1/VC71 Why the wierd project.dir subdirs? Kishore, Perhaps you could use

RE: [CMake] Thoughts on Cross-compiling with CMake

2007-05-07 Thread Kishore, Jonnalagadda (IE10)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor Kellaway Sent: Saturday, May 05, 2007 1:49 PM To: cmake@cmake.org Subject: RE: [CMake] Thoughts on Cross-compiling with CMake Kishore, OK. Personally, I use KDevelop and do not have first

RE: [CMake] Thoughts on Cross-compiling with CMake

2007-05-04 Thread Kishore, Jonnalagadda (IE10)
end to other command line tools. I can contribute in testing. My setup requires me to work with several processors and multiple compilers for each architecture. Regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo

RE: [CMake] Thoughts on Cross-compiling with CMake

2007-05-04 Thread Kishore, Jonnalagadda (IE10)
compiler when building from VS. The downside being that error parsing won't work. So no click-on-error-message to show the relevant source lines. Regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] CMake does not take gcc34 as its compiler

2007-04-19 Thread Kishore, Jonnalagadda (IE10)
for the very first time. See http://www.cmake.org/Wiki/CMake_Useful_Variables#Compilers_and_Tools Regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] Re: Avoiding convenience libs

2007-04-18 Thread Kishore, Jonnalagadda (IE10)
regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] --register-prefix-optional becomes -fregister-prefix-optional

2007-04-04 Thread Kishore, Jonnalagadda (IE10)
If I add the flag --register-prefix-optional cmake actually passes -fregister-prefix-optional to the command line and this causes the command to fail saying that the option does not exist. How can I avoid this? Warm regards, Kishore ___ CMake mailing

RE: [CMake] --register-prefix-optional becomes -fregister-prefix-optional

2007-04-04 Thread Kishore, Jonnalagadda (IE10)
Sorry. I observed more closely with VERBOSE=1. It is not cmake's fault. Cmake passes the argument as is but when the compiler returns an error; it replaces the leading -- with -f in the error message. Warm regards, Kishore -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED

RE: [CMake] ELSEIF? ...is or is not implemented?

2007-04-04 Thread Kishore, Jonnalagadda (IE10)
. Supported toolchains are GCC.) ENDIF(${TOOLCHAIN} STREQUAL GCC) Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] COMPILE_FLAGS

2007-03-27 Thread Kishore, Jonnalagadda (IE10)
a clear idea of the pattern in which the backslashes are introduced. Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] COMPILE_FLAGS

2007-03-27 Thread Kishore, Jonnalagadda (IE10)
Kishore, Jonnalagadda (IE10) wrote: KJI This would have worked just fine except that INCLUDE_DIRECTORIES returns KJI semicolon separated list of directory names not a space separated list Seems to be true for any list oft values as I experienced also. Is it true content or only

[CMake] COMPILE_FLAGS

2007-03-26 Thread Kishore, Jonnalagadda (IE10)
are variables where the information for each of the above is stored? Especially for ADD_DEFINITIONS and INCLUDE_DIRECTORIES. Warm regards, Kishore Honeywell * Honeywell Technology Solutions Lab (HTSL) Doraisanipalya, Bannerghatta Road Bangalore INDIA Ph: +91 (80) 26588360 (O), +919845140597 (M

[CMake] PROJECT() and its role

2007-03-26 Thread Kishore, Jonnalagadda (IE10)
, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] COMPILE_FLAGS

2007-03-26 Thread Kishore, Jonnalagadda (IE10)
Kishore, Jonnalagadda (IE10) wrote: Is there a variable with all the compile options concatenated? A variable with common CMAKE_C_FLAGS + CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE} + ADD_DEFINITIONS() + INCLUDE_DIRECTORIES? I am looking for this for passing them to the assembler macro where

RE: [CMake] COMPILE_FLAGS

2007-03-26 Thread Kishore, Jonnalagadda (IE10)
Kishore, Jonnalagadda (IE10) wrote: Is there a variable with all the compile options concatenated? A variable with common CMAKE_C_FLAGS + CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE} + ADD_DEFINITIONS() + INCLUDE_DIRECTORIES? I am looking for this for passing them to the assembler

RE: [CMake] Problem with ADD_DEFINITIONS

2007-03-23 Thread Kishore, Jonnalagadda (IE10)
a better option in most cases. Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] cmake skips assembly files

2007-03-21 Thread Kishore, Jonnalagadda (IE10)
custom command is not executed?! What is wrong here? Anyone who have tried this before? I have read a couple of entries in the archives from which I derived the above but they are either too old or do not work. Can anyone help? Warm regards, Kishore

[CMake] Set prefix/suffix globally?

2007-03-21 Thread Kishore, Jonnalagadda (IE10)
Is it possible to set the prefix and suffix to lib and .a for all libraries and .elf suffix to all executables? As mentioned in an earlier mail, I am having trouble with the executable trying to link to libraries with .lib suffix. Warm regards, Kishore

RE: [CMake] cmake skips assembly files

2007-03-21 Thread Kishore, Jonnalagadda (IE10)
on these files? Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] Set prefix/suffix globally?

2007-03-21 Thread Kishore, Jonnalagadda (IE10)
Filipe Sousa wrote: Kishore, Jonnalagadda (IE10) wrote: Is it possible to set the prefix and suffix to lib and .a for all libraries and .elf suffix to all executables? CMAKE_STATIC_LIBRARY_PREFIX CMAKE_STATIC_LIBRARY_SUFFIX CMAKE_SHARED_LIBRARY_PREFIX CMAKE_SHARED_LIBRARY_SUFFIX

RE: [CMake] LINK_LIBRARIES() does not respect SUFFIX/PREFIX

2007-03-21 Thread Kishore, Jonnalagadda (IE10)
* declaring the project. It gets *committed* when a project is declared and cannot be changed without deleting the build. Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] CMAKE_INCLUDE_CURRENT_DIR?

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
On Tuesday 20 March 2007 07:07:35 Kishore, Jonnalagadda (IE10) wrote: Kishore, Jonnalagadda (IE10) wrote: This is now a little confusing especially, when the description says automatically add CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR to the include directories _in every

[CMake] CMAKE cache after CMakeList.txt is modified

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] cmake skips assembly files

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
. Is there a wiki or a tutorial on this? Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] CMAKE_COMPILER_IS_GNUCC_RUN and its equivalent

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
/purpose of those variables? Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] cmake skips assembly files

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
custom command is not executed?! What is wrong here? Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] LINK_LIBRARIES() does not respect SUFFIX/PREFIX

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
directory. How do I solve this problem? Why is the .lib being appended in the call to the linker? Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

RE: [CMake] LINK_LIBRARIES() does not respect SUFFIX/PREFIX

2007-03-20 Thread Kishore, Jonnalagadda (IE10)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kishore, Jonnalagadda (IE10) Sent: Wednesday, March 21, 2007 1:28 AM To: cmake@cmake.org Subject: [CMake] LINK_LIBRARIES() does not respect SUFFIX/PREFIX My setup: Project/CMakeLists.txt

RE: [CMake] CMAKE_INCLUDE_CURRENT_DIR?

2007-03-19 Thread Kishore, Jonnalagadda (IE10)
that the information was already there under the section Various Options http://www.cmake.org/Wiki/CMake_Useful_Variables#Various_Options Now it is also added under Environment Variables http://www.cmake.org/Wiki/CMake_Useful_Variables#Environment_Variables Warm Regards, Kishore

RE: [CMake] CMAKE_INCLUDE_CURRENT_DIR?

2007-03-16 Thread Kishore, Jonnalagadda (IE10)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Filipe Sousa Sent: Friday, March 16, 2007 2:33 AM To: cmake@cmake.org Subject: Re: [CMake] CMAKE_INCLUDE_CURRENT_DIR? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kishore, Jonnalagadda (IE10

[CMake] CMAKE_INCLUDE_CURRENT_DIR?

2007-03-15 Thread Kishore, Jonnalagadda (IE10)
/CMake_Useful_Variables was that all the sub directories included with the command ADD_SUBDIRECTORY() get included as part of include directories for include files located elsewhere. Warm regards, Kishore Ps. I am making progress with cross-compiling by forcing the TEST variables as successful. I

RE: [CMake] crosscompiling problems on XP

2007-03-04 Thread Kishore, Jonnalagadda (IE10)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor Kellaway Sent: Sunday, March 04, 2007 10:39 PM To: kitts; cmake@cmake.org Subject: RE: [CMake] crosscompiling problems on XP Kishore, On Thursday 01 Mar 2007 IST, Kishore, Jonnalagadda (IE10) wrote

[CMake] crosscompiling problems on XP

2007-02-28 Thread Kishore, Jonnalagadda (IE10)
' but then the compiler used is cl and not the intended avr-gcc. For various reasons, I cannot use the Linux box for the build. What is the solution to this? Warm regards, Kishore ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake