Skip to content

Commit

Permalink
Merge pull request #3365 from sanuj/mkl_regression_guard
Browse files Browse the repository at this point in the history
add cmake guard for mkl regression cookbook
  • Loading branch information
vigsterkr committed Jul 12, 2016
2 parents 0649f25 + 7750edb commit 96e4baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/FindMetaExamples.cmake
Expand Up @@ -14,5 +14,9 @@ function(find_meta_examples)
LIST(REMOVE_ITEM META_EXAMPLE_LISTINGS ${CMAKE_SOURCE_DIR}/examples/meta/src/regression/linear_ridge_regression.sg)
ENDIF()

IF(NOT USE_SVMLIGHT)
LIST(REMOVE_ITEM META_EXAMPLE_LISTINGS ${CMAKE_SOURCE_DIR}/examples/meta/src/regression/multiple_kernel_learning.sg)
ENDIF()

SET(META_EXAMPLES ${META_EXAMPLE_LISTINGS} PARENT_SCOPE)
endfunction()

0 comments on commit 96e4baa

Please sign in to comment.