Skip to content

Commit 6c6f60b

Browse files
committed
Fix cmake )
1 parent 366706c commit 6c6f60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ if(MYSQL_EXTERNAL_DEPENDENCIES)
396396
COMPONENT JDBCDll
397397
)
398398

399-
foreach(lib_path _bundled1 _bundled2)
399+
foreach(lib_path _bundled1 _bundled2 )
400400
#For OSX, ssl and crypto libraries links need to be on plugin fulder
401401
if(APPLE AND IS_SYMLINK lib_path AND MATCHES ".*((ssl)|(crypto).*"))
402402
install(FILES ${lib}

0 commit comments

Comments
 (0)