Skip to content

Commit

Permalink
[AD-915] Attempt #2 to fix clean-up and make release artifacts smalle…
Browse files Browse the repository at this point in the history
…r/cleaner.
  • Loading branch information
Bruce Irschick committed Oct 4, 2022
1 parent c77e1cb commit 4a699d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/odbc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,6 @@ if (WIN32 AND ${WITH_ODBC_MSI})
COMMAND ${WIX_CANDLE} ${WIX_BUNDLE_INSTALLER_PREFIX}.wxs -ext WixBalExtension -ext WixUtilExtension -out ${WIX_BUNDLE_INSTALLER_PREFIX}.wxobj
COMMAND ${WIX_LIGHT} ${WIX_BUNDLE_INSTALLER_PREFIX}.wxobj -ext WixBalExtension -ext WixUtilExtension -out ${WIX_BUNDLE_INSTALLER_PREFIX}.exe
)
# Remove so we don't copy/redistribute folder
file(REMOVE_RECURSE ${JPACKAGE_RESOURCE})
file(REMOVE_RECURSE ${JLINK_RUNTIME_IMAGE_DIR})
endif()

target_include_directories(${TARGET} INTERFACE include)
Expand Down

0 comments on commit 4a699d5

Please sign in to comment.