On Saturday 10 June 2006 16:01, Carsten Niehaus wrote:
> Hi
You use macro_optional_find_package and I think that it's not found but you
try to use openbabel dir when it's not found.
use
if(OPENBABEL2_FOUND)
include_directories(${OPENBABEL2_DIR})
endif(OPENBABEL2_FOUND)
But I don't see into kalzium where you use it
so perhaps it's an other pb I don't know
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem