0026389: The Visual Studio solution of OCCT generated by CMake should have all build...
[occt.git] / adm / templates / env.build.sh.in
index 729835d..c2fab1a 100644 (file)
@@ -10,7 +10,7 @@ fi
 
 # Read script arguments
 shopt -s nocasematch
-export CASDEB="@BUILD_POSTFIX@";
+export CASDEB="";
 if [[ "$1" == "debug" ]]; then export CASDEB="d"; fi
 if [[ "$1" == "d" ]]; then export CASDEB="d"; fi
 shopt -u nocasematch