Skip to content

Commit

Permalink
fix installation of variant replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed May 23, 2018
1 parent d8285df commit 80c4e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/variant.cmake
Expand Up @@ -13,4 +13,4 @@ ExternalProject_Add(
INSTALL_COMMAND ${CMAKE_COMMAND} -E copy_if_different ${VARIANT_SOURCE_DIR}/${VARIANT_RELEASE_VERSION}/variant.hpp ${VARIANT_INCLUDE_DIR}/variant.hpp
)

LIST(APPEND SHOGUN_DEPENDS variant)
add_dependencies(libshogun variant)

0 comments on commit 80c4e73

Please sign in to comment.