From 19f0b1eb9c8db17eab41c79f43e9f42367bd22e6 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Thu, 11 Jun 2020 02:05:53 +0200 Subject: [PATCH] Fixing for VC --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ccad9ef3..154aef878 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,8 @@ if(ENABLE_GPU) endif() endif() +set(Vc_DIR "${Vc_ROOT}/lib/cmake/Vc/") +message("Searching Vc in ${Vc_DIR}") find_package(Boost 1.68.0 COMPONENTS unit_test_framework iostreams program_options system filesystem) find_package(MPI) -- GitLab