Re: [CMake] Prevent ExternalProject from updating git submodules

2016-12-04 Thread Timothy Rae
I finally got a chance to try David's suggestion out, but unfortunately that doesn't work. I think the ExternalProject script is downloading the submodules in a separate step rather than via the "git clone --recursive" command. I simply mentioned the recursive clone as a way to reproduce the i

[CMake] Java example?

2016-12-04 Thread Steven Pease
Does anyone know where to find a Java .jar example for cmake that works with the latest signing requirements for an embedded applet? Thanks. -- - Steven -- 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

[CMake] Duplicating a shared library and replacing target link libraries

2016-12-04 Thread Rainer Poisel
Hello, I am currently developing a test-framework that offers two versions of a base-library: * the "originalLibrary" and * a library "originalLibraryForward" that has the same interface as the "originalLibrary". Calls to "originalLibraryForward"-functions can be forwarded to the "originalLibr