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 33a9bd19 authored by gsell's avatar gsell
Browse files

Merge branch '383-building-unit-tests-failing-after-commit-c530d5b7' into 'master'

Resolve "building unit-tests failing after commit c530d5b7"

Closes #383

See merge request OPAL/src!197
parents 02b6cfdd 58562217
No related branches found
No related tags found
No related merge requests found
......@@ -61,14 +61,21 @@ configure_file(SourcePath.h.in ${CMAKE_CURRENT_SOURCE_DIR}/OpalSourcePath.h)
# Build the test exe. We don't do an install on the unit test exe as it is
# assumed that this is internal to opal
# the opal and classic sources are not needed again if we link against libOPAL and libCLASSIC!
add_executable (${TEST_EXE} ${TEST_SRCS})
target_link_libraries (
${TEST_EXE}
libOPAL
${Trilinos_LIBRARIES} ${Trilinos_TPL_LIBRARIES}
${AMREX_LIBRARIES}
${OTHER_CMAKE_EXE_LINKER_FLAGS}
${GTEST_BOTH_LIBRARIES}
pthread
)
\ No newline at end of file
${TEST_EXE}
libOPAL
${OPTP_LIBS}
${OPTP_LIBRARY}
${IPPL_LIBRARY}
${GSL_LIBRARY}
${GSL_CBLAS_LIBRARY}
${H5Hut_LIBRARY}
${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