From: Dirk L. <di...@cs...> - 2008-03-26 10:13:09
|
Wednesday, March 26, 2008, 11:05:08 AM, Michael Bell wrote: > Dirk Leinenbach schrieb: >> I'm not familiar with cmake so please excuse if me question is stupid. >> But isn't it be possible to check the existence of these libraries >> explicitly (as usually done in configure scripts) and give better >> error messages? > This is what OFF means. libsoup is not present or some parts of it are > missing ... and yes I'm a beginner in terms of cmake too. Ok, that's true but I interpreted the OFF as: library not present but also not mandatory; for a library which is necessary to compile the program I would prefer an error instead of a "warning". Dirk > Perhaps Daniel can give a more sophisticated comment. > Michael |