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)
ITASimulationScheduler
Commits
6fd5c0b8
Commit
6fd5c0b8
authored
Mar 10, 2020
by
Dipl.-Ing. Jonas Stienen
Browse files
Fixing problem when not building out of ITASuite project
parent
9582a88d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6fd5c0b8
...
...
@@ -46,6 +46,10 @@ if( ITA_SIMULATION_SCHEDULER_RAVEN_MODULE )
mark_as_advanced
(
ITA_RAVENNET_SERVER_SHOW_RAW_TRAFFIC
)
endif
(
)
if
(
NOT DEFINED ITA_RAVEN_DEFAULT_LOG_LEVEL
)
set
(
ITA_RAVEN_DEFAULT_LOG_LEVEL 1
)
endif
(
)
add_definitions
(
-DRAVEN_LOG_LEVEL=
${
ITA_RAVEN_DEFAULT_LOG_LEVEL
}
)
vista_use_package
(
RavenDeclarations REQUIRED FIND_DEPENDENCIES
)
...
...
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