Skip to content

Commit 2750739

Browse files
committed
rename a component that may have name collision issue on mac (#151)
1 parent f004d7f commit 2750739

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
@@ -1005,7 +1005,7 @@ macro(bundle_plugins ignored)
10051005
install(FILES "${lib}"
10061006
CONFIGURATIONS Release RelWithDebInfo
10071007
DESTINATION "${LIB_SUBDIR}/plugin"
1008-
COMPONENT ODBCDll
1008+
COMPONENT ODBCPlugin
10091009
)
10101010

10111011
configure_file(${lib} ${CMAKE_SOURCE_DIR}/wix/x64/plugin/${lib_name}.dll COPYONLY)

0 commit comments

Comments
 (0)