Learning M-Way Tree - Web Scale Clustering - EM-tree, K-tree, k-means, TSVQ, repeated k-means, bitwise clustering
BSD 3-Clause "New" or "Revised" License
75
stars
20
forks
source link
Make CMake build cross platform #33
Open
cmdevries opened 9 years ago
Currently the CMake build is specific for GCC.
To make it cross platform it needs to use the find_package() function instead of manually setting GCC compile and link flags.