Problem in KDEEDU with OpenBabel2
Laurent Montel
montel at kde.org
Sat Jun 10 16:54:51 CEST 2006
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
More information about the Kde-buildsystem
mailing list