[CMake] Help: Installation error for CMake Cache

2017-04-06 Thread Crystal Green
Hello, I am a PhD student at the University of Michigan. I am trying to install ITK on my Windows computer. I keep getting an error to send the CMakeCache.txt to this address. Please advise. Crystal A. Green PhD Candidate Nuclear Engineering and Radiological Sciences University of Michigan http:/

Re: [CMake] Config file for windows system

2017-04-06 Thread Crystal Green
Hello, I am a PhD student at the University of Michigan. I am trying to install ITK on my Windows computer. I keep getting an error to send the CMakeCache.txt to this address. Please advise. Crystal A. Green PhD Candidate Nuclear Engineering and Radiological Sciences University of Michigan http:/

[CMake] Need advice on dual-build APK setup in CMake

2017-04-06 Thread Robert Dailey
I have CMake setup to build native shared libraries (*.so) that are included in an APK built for Android. The "ant release" command is invoked by a custom target I define in CMake, which handles building the java pieces as well as packaging the final app into an APK file. So the build pipeline whe

[CMake] QT4/5_WRAP_CPP / INTERFACE_INCLUDE_DIRECTORIES

2017-04-06 Thread Christian Ehrlicher
Hi,   I wonder if it is a documentation error or an error in QT4/5_CREATE_MOC_COMMAND. The documentation states, that INTERFACE_INCLUDE_DIRECTORIES is taken from the given target but the code says, that INCLUDE_DIRECTORIES is used: If the is specified, the INTERFACE_INCLUDE_DIRECTOR