Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITABase
Commits
bb0dd053
Commit
bb0dd053
authored
Aug 20, 2021
by
Pascal Palenda
Browse files
Fix logic with spline target detection
parent
2ab82d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bb0dd053
...
...
@@ -69,7 +69,7 @@ if (ITA_BASE_WITH_OLD_RAVEN_OPS)
"ITABase old RAVEN ops requires regular expressions and old config implementation. Please activate."
)
endif
()
if
(
TARGET Spline::spline
)
if
(
NOT
TARGET Spline::spline
)
message
(
FATAL_ERROR
"ITABase old RAVEN ops requires SPLINE, which was not found. Please provide."
)
endif
()
endif
()
...
...
Write
Preview
Markdown
is supported
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