We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de36c0d commit 32adf14Copy full SHA for 32adf14
CMakeLists.txt
@@ -93,6 +93,8 @@ if (${NEED_DOWNLOAD_C_DRIVER})
93
INSTALL_DIR ${MONGOC_INSTALL_DIR}
94
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${MONGOC_INSTALL_DIR}
95
)
96
+ file(REMOVE ${mongo-c-driver_SOURCE_DIR}/build/generate-uninstall.sh)
97
+ file(REMOVE ${mongo-c-driver_SOURCE_DIR}/build/generate-uninstall.cmd)
98
endif()
99
100
# All of our target compilers support the deprecated
0 commit comments