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

Use Ninja by default when locally testing all configurations

This commit is contained in:
Guillaume Chatelet 2019-01-17 15:25:56 +01:00
parent 50f782f8ef
commit dc7a9ee697

View File

@ -79,6 +79,8 @@ ENVIRONMENTS="
set -v
set -e
CMAKE_GENERATOR="Ninja"
for SET_ENVIRONMENT in ${ENVIRONMENTS}; do
${SET_ENVIRONMENT}
expand_environment_and_integrate