diff --git a/Code/Wrappers/SWIG/CMakeLists.txt b/Code/Wrappers/SWIG/CMakeLists.txt
index ce0af9cb31c207e206fceef1c3f7e4422fb1aa23..28e02eb54aa87440555d67f144175ba44e3f1c9c 100644
--- a/Code/Wrappers/SWIG/CMakeLists.txt
+++ b/Code/Wrappers/SWIG/CMakeLists.txt
@@ -12,12 +12,12 @@ endmacro()
 # Setup the option for each laguage
 #
 option ( WRAP_PYTHON "Wrap Python" OFF )
-option ( WRAP_JAVA   "Wrap Java"   OFF )
-option ( WRAP_LUA    "Wrap Lua"    OFF )
-option ( WRAP_RUBY   "Wrap Ruby"   OFF )
-option ( WRAP_TCL    "Wrap Tcl"    OFF )
-option ( WRAP_CSHARP "Wrap CSharp" OFF )
-option ( WRAP_R      "Wrap R"      OFF )
+#option ( WRAP_JAVA   "Wrap Java"   OFF )
+#option ( WRAP_LUA    "Wrap Lua"    OFF )
+#option ( WRAP_RUBY   "Wrap Ruby"   OFF )
+#option ( WRAP_TCL    "Wrap Tcl"    OFF )
+#option ( WRAP_CSHARP "Wrap CSharp" OFF )
+#option ( WRAP_R      "Wrap R"      OFF )
 
 #
 # General SWIG configuration