Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
3fc96373
Commit
3fc96373
authored
Feb 07, 2020
by
Peter W. Draper
Browse files
The default task order is 'default' not 'none'
parent
e4128a10
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
3fc96373
...
...
@@ -1973,14 +1973,14 @@ esac
# Task order
AC_ARG_WITH([task-order],
[AS_HELP_STRING([--with-task-order=<model>],
[Task order to use @<:@
none
, EAGLE, GEAR default: default@:>@]
[Task order to use @<:@
default
, EAGLE, GEAR default: default@:>@]
)],
[with_task_order="$withval"],
[with_task_order="
none
"]
[with_task_order="
default
"]
)
if test "$with_subgrid" != "none"; then
if test "$with_task_order" != "
none
"; then
if test "$with_task_order" != "
default
"; then
AC_MSG_ERROR([Cannot provide with-subgrid and with-task-order together])
else
with_task_order="$with_subgrid_task_order"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment