Fix problem with change in VOLK API

This commit is contained in:
Carles Fernandez 2016-06-30 20:43:49 +02:00
parent 642c37c09f
commit 35627fc2b0
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ FIND_LIBRARY(
${CMAKE_INSTALL_PREFIX}/lib
)
set(VOLK_VERSION ${PC_VOLK_VERSION})
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(VOLK DEFAULT_MSG VOLK_LIBRARIES VOLK_INCLUDE_DIRS)