Skip to content

Commit d212bb5

Browse files
committed
why is uninstall not working
1 parent 7857fd5 commit d212bb5

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
@@ -140,7 +140,7 @@ option(BUILD_SHARED_LIBS_WITH_STATIC_MONGOC
140140
OFF
141141
)
142142

143-
option (ENABLE_UNINSTALL "Enable creation of uninstall script and associated uninstall build target." ON)
143+
option (ENABLE_UNINSTALL "Enable creation of uninstall script and associated uninstall build target." OFF)
144144

145145
# Allow the user to enable code coverage
146146
option (ENABLE_CODE_COVERAGE "Enable code coverage." OFF)

0 commit comments

Comments
 (0)