Disable compilation of methods that require sparse because sparse support is essentially nonexistent.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user