diff --git a/3rdparty/Vc/CMakeLists.txt b/3rdparty/Vc/CMakeLists.txt index 5478d541..cfdf0a50 100644 --- a/3rdparty/Vc/CMakeLists.txt +++ b/3rdparty/Vc/CMakeLists.txt @@ -187,7 +187,7 @@ target_include_directories(Vc $ ) -option(Vc_ENABLE_INSTALL "Whether to install the library." ON) +option(Vc_ENABLE_INSTALL "Whether to install the library." OFF) if (Vc_ENABLE_INSTALL) install(TARGETS Vc EXPORT VcTargets DESTINATION lib${LIB_SUFFIX}) install(DIRECTORY Vc/ DESTINATION include/Vc FILES_MATCHING REGEX "/*.(h|tcc|def)$")