Hi, if one sets EP_PREFIX, let's say to /usr/local, then ExternalProject_Add will create directories /usr/local/src/<name>* for each project <name>. I understand this is somehow standard on Linux for example but unfortunately for my application at hand, /usr/local/src is where my source code should come! It would be nice in the future to have a bit more flexibility here. If one could set a new variable EP_SRC_DIRECTORY for example, that would be fantastic.
Meanwhile, I can only juggle I guess. Best wishes, -- Luc J. Bourhis ----- -- Luc J. Bourhis -- View this message in context: http://cmake.3232098.n2.nabble.com/ExternalProject-and-hardwired-src-directory-tp7583497.html Sent from the CMake mailing list archive at Nabble.com. -- 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 to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
