Re: [CMake] CMake & Android NDK projects with Eclipse

2014-02-24 Thread J Decker
This is my toolchain.. https://code.google.com/p/c-system-abstraction-component-gui/source/browse/a2_toolchain.txt # sample invokation sorta... cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=debug -DCMAKE_TOOLCHAIN_FILE=.../a2_toolchain.txt -D__ANDROID__=1 -DANDROID_DIR=j:/general/android/android-

Re: [CMake] CMake & Android NDK projects with Eclipse

2014-02-24 Thread Aashish Chaudhary
Hi Robert, Have a look here: http://vtk.org/gitweb?p=VES.git;a=tree;f=Apps/Android;h=39d54b3559bc289c91959a8c69ff2c82d5f36133;hb=HEAD The blog I pointed you at explained it as well. - Aashish On Mon, Feb 24, 2014 at 9:08 PM, Robert Dailey wrote: > Doesn't anyone have any guidance on this? Eit

[CMake] CPACK issue with symbolic links

2014-02-24 Thread Anil Gunturu
While to trying to create an RPM package using CPACK, we are encountering an issue when symbolic links are present. We are using the CPACK_INSTALLED_DIRECTORIES to specify the directories for packaging. It seems like CPACK is not in the correct directory when creating the symbolic link. /buildd

Re: [CMake] CMake & Android NDK projects with Eclipse

2014-02-24 Thread Robert Dailey
Doesn't anyone have any guidance on this? Either this list is dead or I'm asking the wrong questions. However I find it hard to believe that people do not use CMake with Android NDK projects. The key piece I need to figure out is that after I define a library target using NDK, how do I setup the j

[CMake] CMake Tools for Visual Studio 1.1 Released!

2014-02-24 Thread David Golub
I just released version 1.1 of CMake Tools for Visual Studio. This release includes support for Visual Studio 2013 and CMake 2.8.12, as well as a number of smaller new features and bug fixes. It is available from the project web site at http://cmaketools.codeplex.com. Enjoy! David Golub --

Re: [CMake] install TARGETS given unknown argument "EXPORT". with cmake 2.8.9

2014-02-24 Thread David Cole
Sure it should -- can you edit the wiki page, and correct it? I don't have an account to edit the WIKI, so it might be faster if somebody who already does have an account does so. Actually, I never should have sent my request.. :-) Chuck Atkins already had done it and replied that it was

Re: [CMake] install TARGETS given unknown argument "EXPORT". with cmake 2.8.9

2014-02-24 Thread david . hagood
> Sure it should -- can you edit the wiki page, and correct it? I don't have an account to edit the WIKI, so it might be faster if somebody who already does have an account does so. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/W

Re: [CMake] [PATCH] Fix for CMakeFindDependencyMacro.cmake

2014-02-24 Thread Stephen Kelly
Aurélien Gâteau wrote: > Hi, > > The find_dependency() macro defined in CMakeFindDependencyMacro.cmake has > a bug which makes it reuse the version number used in a previous call in > certain situation. Already fixed in master by Alex Merry. Thanks, Steve. -- Powered by www.kitware.com Pl

[CMake] [PATCH] Fix for CMakeFindDependencyMacro.cmake

2014-02-24 Thread Aurélien Gâteau
Hi, The find_dependency() macro defined in CMakeFindDependencyMacro.cmake has a bug which makes it reuse the version number used in a previous call in certain situation. Here is my test case: cmake_minimum_required(VERSION 3.0) include(CMakeFindDependencyMacro) find_dependency(Qt5Script 5.2)

Re: [CMake] Latest UseJava.cmake

2014-02-24 Thread Allen Byrne
On Saturday, February 22, 2014 12:00:02 PM cmake-requ...@cmake.org wrote: > Date: Fri, 21 Feb 2014 16:58:12 -0500 > From: Matthew Woehlke > To: cmake@cmake.org > Subject: Re: [CMake] Latest UseJava.cmake > Message-ID: > Content-Type: text/plain; charset=UTF-8; format=flowed > > On 2014-02-21 13: