Skip to content

Commit

Permalink
[CBRD-25291] The release files is include an empty directory in the J…
Browse files Browse the repository at this point in the history
…DBC folder. (#5078)

http://jira.cubrid.org/browse/CBRD-25287

- Exclude empty folder in JDBC folder
  • Loading branch information
hwany7seo authored Apr 3, 2024
1 parent 8a044d5 commit 4b13d56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,10 @@ if(WITH_JDBC AND EXISTS ${CMAKE_SOURCE_DIR}/cubrid-jdbc/src)
install(DIRECTORY ${JDBC_DIR}/
DESTINATION ${CUBRID_JDBCDIR} COMPONENT JDBC
FILES_MATCHING PATTERN "*.jar"
PATTERN ".github" EXCLUDE
PATTERN "cmake" EXCLUDE
PATTERN "src" EXCLUDE
PATTERN "output" EXCLUDE
)
endif()

Expand Down

0 comments on commit 4b13d56

Please sign in to comment.