[CMake] ExternalProject and install dir

2014-08-13 Thread Hans van den Bogert
Hi, I’m using ExternalProject, but the documentation does not really reflect what I am witnessing I have a Project X which is included through ExternalProject in Project A Project X has no PREFIX set in its CMakeLists I include project X like this: include(ExternalProject)

Re: [CMake] ExternalProject and install dir

2014-08-13 Thread Hans van den Bogert
I see thanks, so install_dir has a different meaning than the eventual install dir of the external project, I thought there would be some ‘magic’ where the ExternalProject functions would override the the prefix of, in this case, project x. I still have one issue, perhaps I should start a new