Skip to content

Commit

Permalink
HPCC-29432 Added wildcards to couchbase library installs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gardner <[email protected]>
  • Loading branch information
Michael-Gardner committed Jul 24, 2023
1 parent 78079c1 commit ef5786e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/couchbase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ IF ( COUCHBASEEMBED )
)
#install dependency from vcpkg
install(
FILES ${LIBCOUCHBASE_LIB} ${LIBCOUCHBASE_LIB}.2
FILES ${LIBCOUCHBASE_LIB} ${LIBCOUCHBASE_LIB}.*
DESTINATION ${LIB_DIR}
PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
COMPONENT Runtime)
install(
FILES ${LIBCOUCHBASE_LIB}.2.0.59
FILES ${LIBCOUCHBASE_LIB}.*
DESTINATION ${LIB_DIR}
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ
COMPONENT Runtime)
Expand Down

0 comments on commit ef5786e

Please sign in to comment.