[Cmake] AUX_SOURCE_DIRECTORY does not work with full paths?

Stefan Kowski stefan.kowski at gmx.de
Mon, 5 Jan 2004 16:36:41 +0100


Hi,

I am using cmake-1.8.1 on Windows and tried to create a CMakeLists.txt file
building an executable with source files from different projects, not
organized in a common file structure (i.e. some files are stored on a
different network drive).

I tried to use AUX_SOURCE_DIRECTORY() with a full path to the other drive,
but that does not seem to work. Am I right that it only accepts relative
paths? Is it possible to make a workaround?

Regards,
Stefan