Skip to content
Snippets Groups Projects
Commit 5608edeb authored by Valeriu Codreanu's avatar Valeriu Codreanu
Browse files

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

parent 7f28d504
Branches
No related merge requests found
......@@ -11,7 +11,7 @@
# CMake project
cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
project("5_structured")
include(${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/common.cmake)
include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/common.cmake)
# ==================================================================================================
......
......@@ -5,7 +5,7 @@ find_package(OpenMP) # Built-in in CMake
find_package(MPI REQUIRED) # Built-in in CMake
# find_package(Common)
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)
# Packages are optional: if they are not present, certain code samples are not compiled
find_package(OpenMP) # Built-in in CMake
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../../cmake/common.cmake)
include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/common.cmake)
# ==================================================================================================
......
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