Disable compilation of methods that require sparse because sparse support is essentially nonexistent.

This commit is contained in:
Ryan Curtin
2011-02-01 19:38:02 +00:00
parent 15795bd1be
commit 4e82dfd1d5
@@ -60,7 +60,9 @@ set( DIRS
)
if(WITH_SPARSE)
set(DIRS ${DIRS} kernel_pca)
# Don't compile this because sparse support in this branch is not really
# existent
# set(DIRS ${DIRS} kernel_pca)
endif()
foreach(dir ${DIRS})