Skip to content

Commit

Permalink
add cmake guard for mkl regression cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
sanuj committed Jul 12, 2016
1 parent 0649f25 commit 7750edb
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 7750edb

Please sign in to comment.