> Setting -DOPENBABEL2_INCLUDE_DIR and -DOPENBABEL2_LIBRARIES on the other hand 
> doesn't work. What should I set those to?
> 
> cmake -DOPENBABEL2_INCLUDE_DIR=/home/davide/opt/include/openbabel-2.0/ 
> -DOPENBABEL2_LIBRARIES=/home/davide/opt/lib/  ..

No, you want 

cmake -DOPENBABEL2_INCLUDE_DIR=/home/davide/opt/include/ 
-DOPENBABEL2_LIBRARIES=/home/davide/opt/lib/

The "openbabel" bit is added automatically to the INCLUDE_DIR

-Geoff
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to