["$OUT_DIR" !="win32" -a "$OUT_DIR" !="win64" -a "$OUT_DIR" !="x86" -a "$OUT_DIR" !="x64"]&&echo"The output dir must be 'Win32', 'Win64', 'x86' or 'x64'"&&exit1
["$BUILD_TYPE" !="Debug" -a "$BUILD_TYPE" !="Release"]&&echo"The build type must be 'Debug' or 'Release'"&&exit1
# apt install libssl1.0-dev libssl1.0-dev:i386
# My variable to decide if we build x86 or x64 in CMakeLists.txt