Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
90884957
Commit
90884957
authored
Feb 03, 2017
by
gsell
Browse files
fixes
#21
: add OPAL include directories at the beginning
parent
d62a5977
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ippl/src/CMakeLists.txt
ippl/src/CMakeLists.txt
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
ippl/src/CMakeLists.txt
View file @
90884957
...
...
@@ -145,7 +145,7 @@ SET (MAKE_DEF
INCLUDE_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
BEFORE
${
CMAKE_CURRENT_SOURCE_DIR
}
)
IF
(
ENABLE_DKS
)
...
...
src/CMakeLists.txt
View file @
90884957
...
...
@@ -73,7 +73,7 @@ add_subdirectory (ValueDefinitions)
add_sources
(
opal.cpp
)
include_directories
(
include_directories
(
BEFORE
${
OPAL_SRC_DIR
}
${
CLASSIC_SRC_DIR
}
${
IPPL_INCLUDE_DIR
}
...
...
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