Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
acf6db5a
Commit
acf6db5a
authored
Nov 09, 2020
by
Timo Koch
Browse files
[cmake][bugfix] Correct variable name
parent
a7dcdaa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/DumuxTestMacros.cmake
View file @
acf6db5a
...
...
@@ -220,7 +220,7 @@ function(dumux_evaluate_cmake_guard GUARD_LETS_YOU_PASS)
# determine if all condition of the guard are met
set
(
${
GUARD_LETS_YOU_PASS
}
TRUE PARENT_SCOPE
)
set
(
FAILED_CONDITION_PRINTING
""
)
foreach
(
condition
${
ADDTEST
_CMAKE_GUARD
}
)
foreach
(
condition
${
EVALGUARD
_CMAKE_GUARD
}
)
separate_arguments
(
condition
)
if
(
NOT
(
${
condition
}
))
set
(
${
GUARD_LETS_YOU_PASS
}
FALSE PARENT_SCOPE
)
...
...
Timo Koch
@timok
mentioned in commit
06aff833
·
Nov 09, 2020
mentioned in commit
06aff833
mentioned in commit 06aff8338485a366e677faf860e35d0ae7dbf64e
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!2384 (merged)
·
Nov 09, 2020
mentioned in merge request
!2384 (merged)
mentioned in merge request !2384
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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