[CMake] cmake corresponding config.log gile?

Eric Noulard eric.noulard at gmail.com
Wed Jan 23 02:03:37 EST 2008


2008/1/23, Zé <mmodem00 at gmail.com>:
> When using automake i could see in config.log if when building an app there
> were missing some buildrequires but now with cmake im totally lost.

Usually CMake print (command line cmake)
or pop-up (GUI cmake) messages regarding problem
during configuration, with an appropriate explanation:
missing header or lib, etc...

You may read some detail about the config error in the
files:

CMakeFiles/CMakeError.log
and/or
CMakeFiles/CMakeOutput.log

However the content of those files may
not be "easy" to read (my opinion though :=)).


-- 
Erk


More information about the CMake mailing list