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:
parent
71d02514e7
commit
495c1c38b2
2
3rdparty/Vc/CMakeLists.txt
vendored
2
3rdparty/Vc/CMakeLists.txt
vendored
@ -187,7 +187,7 @@ target_include_directories(Vc
|
||||
$<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)
|
||||
install(TARGETS Vc EXPORT VcTargets DESTINATION lib${LIB_SUFFIX})
|
||||
install(DIRECTORY Vc/ DESTINATION include/Vc FILES_MATCHING REGEX "/*.(h|tcc|def)$")
|
||||
|
Loading…
Reference in New Issue
Block a user