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 9bbdf57 commit cc215ca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Specx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,16 @@ LINK_DIRECTORIES(
)


MESSAGE("LINK SOURCE_DIR ======******=>" ${specx_SOURCE_DIR})
MESSAGE("LINK BINARY_DIR ======******=>" ${specx_BINARY_DIR})
MESSAGE("LINK SOURCE_DIR 1======******=>" ${specx_SOURCE_DIR})
MESSAGE("LINK BINARY_DIR 2 ======******=>" ${specx_BINARY_DIR})
MESSAGE("LINK SPECX LIBRARIES ======******=>" ${SPECX_LIBRARIES})

MESSAGE("LINK BINARY_DIR 2 ======******=>" ${SPECX_BINARY_DIR})
MESSAGE("LINK SOURCE_DIR 2 ======******=>" ${SPECX_SOURCE_DIR})




foreach(exec ${MyFiles})
#if(${SPECX_COMPILE_WITH_MPI} OR NOT ${exec} MATCHES "-mpi\.")
#get_filename_component( execname ${exec} NAME_WE)
Expand All @@ -122,8 +123,9 @@ foreach(exec ${MyFiles})

target_link_libraries(
${execname}
specx
${SPECX_LIBRARIES}
Feelpp::feelpp_specx
#specx
#${SPECX_LIBRARIES}
#${BLAS_LIBRARIES}
#${LAPACK_LIBRARIES}
#Feelpp::feelpp
Expand Down

0 comments on commit cc215ca

Please sign in to comment.