Skip to content

Commit

Permalink
chore: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jun 24, 2024
1 parent 0241716 commit 0468c57
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions wix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,6 @@ ADD_CUSTOM_TARGET(

ADD_CUSTOM_COMMAND(
OUTPUT ${MSI_PACKAGE}
DEPENDS mysql_odbc.wxs
mysql_odbc_fragment.wxs
COMMAND ${WIX_DIR}/candle.exe mysql_odbc.wxs.in mysql_odbc_fragment.wxs -o ${MSI_PACKAGE})

ADD_CUSTOM_COMMAND(
OUTPUT mysql_odbc.wxs
DEPENDS mysql_odbc.wxs.in
mysql_common_ui.wxs
COMMAND ${WIX_EXECUTABLE} -arch ${XML_FILE_SOURCE_ARCH} aws-mysql-odbc-${ODBC_VERSION}-${MSI_VERSION}.wxs -o mysql_odbc.wxs.in)
COMMAND ${WIX_EXECUTABLE} -arch ${XML_FILE_SOURCE_ARCH} -o ${MSI_PACKAGE} aws-mysql-odbc-${ODBC_VERSION}-${MSI_VERSION}.wxs mysql_odbc.wxs mysql_odbc_fragment.wxs)

0 comments on commit 0468c57

Please sign in to comment.