Skip to content

Commit 32adf14

Browse files
committed
remove the C driver uninstall scripts.
1 parent de36c0d commit 32adf14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ if (${NEED_DOWNLOAD_C_DRIVER})
9393
INSTALL_DIR ${MONGOC_INSTALL_DIR}
9494
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${MONGOC_INSTALL_DIR}
9595
)
96+
file(REMOVE ${mongo-c-driver_SOURCE_DIR}/build/generate-uninstall.sh)
97+
file(REMOVE ${mongo-c-driver_SOURCE_DIR}/build/generate-uninstall.cmd)
9698
endif()
9799

98100
# All of our target compilers support the deprecated

0 commit comments

Comments
 (0)