1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-16 04:02:15 +00:00

Disable Vc_ENABLE_INSTALL by default

This commit is contained in:
Vincent Cheng 2024-05-13 01:36:58 -07:00 committed by Brenden Matthews
parent 71d02514e7
commit 495c1c38b2

View File

@ -187,7 +187,7 @@ target_include_directories(Vc
$<INSTALL_INTERFACE:include> $<INSTALL_INTERFACE:include>
) )
option(Vc_ENABLE_INSTALL "Whether to install the library." ON) option(Vc_ENABLE_INSTALL "Whether to install the library." OFF)
if (Vc_ENABLE_INSTALL) if (Vc_ENABLE_INSTALL)
install(TARGETS Vc EXPORT VcTargets DESTINATION lib${LIB_SUFFIX}) install(TARGETS Vc EXPORT VcTargets DESTINATION lib${LIB_SUFFIX})
install(DIRECTORY Vc/ DESTINATION include/Vc FILES_MATCHING REGEX "/*.(h|tcc|def)$") install(DIRECTORY Vc/ DESTINATION include/Vc FILES_MATCHING REGEX "/*.(h|tcc|def)$")