Revision abbfdd3b3a828696ec4c6a67e593099f4802c7e8 authored by scivision on 15 September 2023, 00:04:47 UTC, committed by scivision on 18 September 2023, 19:23:21 UTC
the matlab_versions_mapping always has at least major.minor
1 parent ff20d99
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top