Files
rdkit/Code/ML/CMakeLists.txt
Greg Landrum b337415094 Fix github #2311 (#2394)
* Fixes #2311
at least I hope it does

* Stop using deprecated boost functionality

* allow the Murtagh module to import even if the code isn't built
update the associated tests

* update release notes

* typo

* fix integer division
2019-04-04 10:20:56 +02:00

8 lines
213 B
CMake

if(RDK_BIG_ENDIAN)
message("Skipping build of clustering library on big endian system")
else(RDK_BIG_ENDIAN)
add_subdirectory(Cluster)
endif(RDK_BIG_ENDIAN)
add_subdirectory(InfoTheory)
add_subdirectory(Data)