Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
31322270
Commit
31322270
authored
Sep 19, 2017
by
Praetorius, Simon
Browse files
Update target_enable_mtl4.cmake
parent
f789e113
Pipeline
#950
passed with stages
in 41 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/cmake3/target_enable_mtl4.cmake
View file @
31322270
...
...
@@ -5,8 +5,6 @@ macro(target_enable_mtl4 _TARGET_ _SCOPE_)
set
(
LINK_EXECUTABLE OFF
)
endif
()
add_library
(
mtl4 INTERFACE
)
if
(
LINK_EXECUTABLE
)
target_include_directories
(
${
_TARGET_
}
${
_SCOPE_
}
${
AMDIS_INCLUDE_DIR
}
/mtl4
)
else
()
...
...
@@ -21,7 +19,6 @@ macro(target_enable_mtl4 _TARGET_ _SCOPE_)
endforeach
()
endif
(
ENABLE_CXX11
)
if
(
ENABLE_OPENMP
)
find_package
(
OpenMP REQUIRED
)
if
(
OPENMP_FOUND
)
...
...
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