Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
unstructured_grids
Commits
87f7162d
Commit
87f7162d
authored
Jan 29, 2016
by
Valeriu Codreanu
Browse files
fixed some paths for the compilation tests to pass. all tests pass now
parent
bf8c6a0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
halo_exchange/CMakeLists.txt
halo_exchange/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
87f7162d
...
...
@@ -11,7 +11,7 @@
# CMake project
cmake_minimum_required
(
VERSION 2.8.10 FATAL_ERROR
)
project
(
"8_unstructured"
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../
../
cmake/common.cmake
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../cmake/common.cmake
)
# ==================================================================================================
...
...
halo_exchange/CMakeLists.txt
View file @
87f7162d
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
find_package
(
MPI
)
# Built-in in CMake
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../
../
cmake/common.cmake
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../cmake/common.cmake
)
# ==================================================================================================
...
...
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