Skip to content
GitLab
Projects
Groups
Snippets
/
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
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
Supports
Markdown
0%
Try again
or
attach a new 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