diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ccad9ef341ff1eff384d340b84e1b4bfd8f9ad0..154aef87890499c9d8fd71440f8506a07244b4aa 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)