[CMake] LIBRARY_OUTPUT_PATH

Eric NOULARD eric.noulard at gmail.com
Thu Apr 10 10:49:39 EDT 2008


Le Thu, 10 Apr 2008 16:27:31 +0200,
Matthias Riechmann <riechmann at ira.uka.de> a écrit :

> Here You are:
> 
> project(HelloWorld)
> CMAKE_MINIMUM_REQUIRED(VERSION 2.4.0)

May be you miss a

ENABLE_LANGAGE(C)
or
ENABLE_LANGAGE(CXX)
or
project(HelloWorld CXX)
or
project(HelloWorld C)

I don't think it is mandatory but ...

otherwise I don't know :-))
Which version of CMake are you using on which platform?
May be you can post CMake your

CMakeFiles/CMakeOutput.log
CMakeFiles/CMakeError.log

(if they are not too big).

And/or you may browse those file yourself, may be you can get a clue?


More information about the CMake mailing list