Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 38468da3 authored by gsell's avatar gsell
Browse files

bugfix in building unit-tests

parent 9f0421f8
No related branches found
No related tags found
1 merge request!197Resolve "building unit-tests failing after commit c530d5b7"
...@@ -64,11 +64,19 @@ configure_file(SourcePath.h.in ${CMAKE_CURRENT_SOURCE_DIR}/OpalSourcePath.h) ...@@ -64,11 +64,19 @@ configure_file(SourcePath.h.in ${CMAKE_CURRENT_SOURCE_DIR}/OpalSourcePath.h)
# the opal and classic sources are not needed again if we link against libOPAL and libCLASSIC! # the opal and classic sources are not needed again if we link against libOPAL and libCLASSIC!
add_executable (${TEST_EXE} ${TEST_SRCS}) add_executable (${TEST_EXE} ${TEST_SRCS})
target_link_libraries ( target_link_libraries (
${TEST_EXE} ${TEST_EXE}
libOPAL libOPAL
${Trilinos_LIBRARIES} ${Trilinos_TPL_LIBRARIES} ${OPTP_LIBS}
${AMREX_LIBRARIES} ${OPTP_LIBRARY}
${OTHER_CMAKE_EXE_LINKER_FLAGS} ${IPPL_LIBRARY}
${GTEST_BOTH_LIBRARIES} ${GSL_LIBRARY}
pthread ${GSL_CBLAS_LIBRARY}
) ${H5Hut_LIBRARY}
\ No newline at end of file ${HDF5_LIBRARIES}
${Boost_LIBRARIES}
${Trilinos_LIBRARIES} ${Trilinos_TPL_LIBRARIES}
${AMREX_LIBRARIES}
${OTHER_CMAKE_EXE_LINKER_FLAGS}
${GTEST_BOTH_LIBRARIES}
pthread
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment