1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00

Cleanup CMAKE_ADDITIONAL_ARGS

Making sure to cleanup CMAKE_ADDITIONAL_ARGS between runs
This commit is contained in:
Guillaume Chatelet 2019-01-22 09:06:14 +01:00 committed by GitHub
parent 53ea243a62
commit 51693b8b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,7 @@ function expand_environment_and_integrate() {
declare -a CONFIG_NAMES=()
declare -a QEMU_ARGS=()
declare -a CMAKE_ADDITIONAL_ARGS=()
case ${TOOLCHAIN} in
LINARO) expand_linaro_config ;;