Skip to content

Commit

Permalink
Tests Specx Files
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoinep committed Sep 14, 2023
1 parent a72c3dd commit 3e9c6f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Specx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ include_directories(SYSTEM ${MPI_INCLUDES_PATH})


# Adding the project sources dir as an include dir
INCLUDE_DIRECTORIES(
${SPECX_BINARY_DIR}/Src
${SPECX_SOURCE_DIR}/Src
${MPI_CXX_INCLUDE_DIRS}
#${OpenMP_CXX_INCLUDE_DIRS}
)
#INCLUDE_DIRECTORIES(
# ${SPECX_BINARY_DIR}/Src
# ${SPECX_SOURCE_DIR}/Src
# ${MPI_CXX_INCLUDE_DIRS}
# #${OpenMP_CXX_INCLUDE_DIRS}
# )

# Add execs - 1 cpp = 1 exec
foreach(exec ${source_tests_files})
Expand Down Expand Up @@ -97,7 +97,7 @@ include_directories(SYSTEM ${MPI_INCLUDES_PATH})
${SPECX_LIBRARIES}
#${BLAS_LIBRARIES}
#${LAPACK_LIBRARIES}
Feelpp::feelpp
#Feelpp::feelpp
${MPI_CXX_LIBRARIES}
#${OpenMP_CXX_LIBRARIES}
#OpenMP::OpenMP_CXX
Expand Down

0 comments on commit 3e9c6f3

Please sign in to comment.