c482a8833a AIX: Fix shared library linking with CMAKE_<LANG>_COMPILER_TARGET Acked-by: Kitware Robot <[email protected]> Merge-request: !11113
@@ -23,6 +23,7 @@ while test "$#" != 0; do
-n) no_objects='1' ;;
-c) shift; compiler="$1" ;;
--) shift; break ;;
+ --target=*) ;;
-*) die "$usage" ;;
*) break ;;
esac