Commit 87f7162d authored by Valeriu Codreanu's avatar Valeriu Codreanu
Browse files

fixed some paths for the compilation tests to pass. all tests pass now

parent bf8c6a0f
......@@ -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)
# ==================================================================================================
......
......@@ -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)
# ==================================================================================================
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment