summaryrefslogtreecommitdiff
path: root/src/mongo/installer
diff options
context:
space:
mode:
authorAndrew Morrow <acm@10gen.com>2014-02-07 14:36:30 -0500
committerAndrew Morrow <acm@mongodb.com>2014-03-04 10:57:42 -0500
commit9a45a1f363cec95aa4e490cdd1261cf34226a003 (patch)
tree755a624519f9ccc8ca43f1a9ed92d6e06e43fadc /src/mongo/installer
parent93d8befdbac74fb965faa4d3a8ae3e60d5a7a5b9 (diff)
downloadmongo-9a45a1f363cec95aa4e490cdd1261cf34226a003.tar.gz
SERVER-12572 Informatively fail attempts to build C++ client driver targets
The MongoDB C++ client driver now resides in a separate repo and is maintained independently of the server. The targets in this repo that used to build or test the driver will now print an error message explaining the change and referring users to the relevant documentation.
Diffstat (limited to 'src/mongo/installer')
-rw-r--r--src/mongo/installer/msi/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/installer/msi/SConscript b/src/mongo/installer/msi/SConscript
index 031ba16b152..b8ac5ef712a 100644
--- a/src/mongo/installer/msi/SConscript
+++ b/src/mongo/installer/msi/SConscript
@@ -3,7 +3,6 @@
import os
Import("env")
-Import("installSetup")
Import("windows")
Import("mongoCodeVersion")
Import("s3push")