kylelutz / chemkit

A C++ library for molecular modelling, cheminformatics and molecular visualization.
http://www.chemkit.org
BSD 3-Clause "New" or "Revised" License
54 stars 26 forks source link

Combile Error, the file moleculefileformat.h in src/io/CMakeLists.txt is named error #25

Closed CowSmiles closed 12 years ago

CowSmiles commented 12 years ago

Hi, When I want to install chemkit into system, there is a error: CMake Error at src/io/cmake_install.cmake:54 (FILE): file INSTALL cannot find "/home/klniu/abs/chemkit/src/src/io/moledulefileformat.h".

I found in src/io/CMakeLists.txt the moleculefileformat.h file was named as moledulefileformat.h. It's a small issuse.

Thank you for your code. It's very useful and helpful.

Recards Hugh

kylelutz commented 12 years ago

Fixed in: 6b44bda97618c23e7b89136d447704b0b7eaff50

Thanks for pointing out the bug and I'm glad you enjoy the code :-).

Cheers, Kyle