Re: [CMake] CMake Error: Cannot determine link language for target "io".

2009-05-19 Thread Mats Kindahl
Hendrik Sattler wrote: > Zitat von Mats Kindahl : Ideally, I would like to copy or build the libraries in a central "lib/" directory similar to how I copy all the include files to the "include/" directory, but how is that supported by CMake? >>> >>> See >>> http://www.cmake.or

Re: [CMake] CMake Error: Cannot determine link language for target "io".

2009-05-19 Thread Hendrik Sattler
Zitat von Mats Kindahl : Ideally, I would like to copy or build the libraries in a central "lib/" directory similar to how I copy all the include files to the "include/" directory, but how is that supported by CMake? See http://www.cmake.org/cmake/help/cmake2.6docs.html#variable:CMAKE_LIBRARY_O

Re: [CMake] CMake Error: Cannot determine link language for target "io".

2009-05-19 Thread Mats Kindahl
Hendrik Sattler wrote: > Zitat von Mats Kindahl : >> Hendrik Sattler wrote: >>> Zitat von Mats Kindahl : I have an example case where I want to decide the subsystems to include dynamically. However, when running CMake, I get the error above. Anybody can tell me why I get the e

Re: [CMake] CMake Error: Cannot determine link language for target "io".

2009-05-19 Thread Hendrik Sattler
Zitat von Mats Kindahl : Hendrik Sattler wrote: Zitat von Mats Kindahl : I have an example case where I want to decide the subsystems to include dynamically. However, when running CMake, I get the error above. Anybody can tell me why I get the error and what to do about it? You could give yo

Re: [CMake] CMake Error: Cannot determine link language for target "io".

2009-05-19 Thread Mats Kindahl
Hi Hendrik, Thanks for the reply. Hendrik Sattler wrote: > Zitat von Mats Kindahl : >> I have an example case where I want to decide the subsystems to include >> dynamically. However, when running CMake, I get the error above. >> >> Anybody can tell me why I get the error and what to do about it?

Re: [CMake] CMake Error: Cannot determine link language for target "io".

2009-05-19 Thread Hendrik Sattler
Zitat von Mats Kindahl : I have an example case where I want to decide the subsystems to include dynamically. However, when running CMake, I get the error above. Anybody can tell me why I get the error and what to do about it? You could give your files a file ending like 'output.c' instead of

[CMake] CMake Error: Cannot determine link language for target "io".

2009-05-19 Thread Mats Kindahl
Hi all, I have an example case where I want to decide the subsystems to include dynamically. However, when running CMake, I get the error above. Anybody can tell me why I get the error and what to do about it? Best wishes, Mats Kindahl I have the following CMakeLists.txt files: /CMakeLists.txt