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

comment about linking unit-tests with libCLASSIC removed

parent 38468da3
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ configure_file(SourcePath.h.in ${CMAKE_CURRENT_SOURCE_DIR}/OpalSourcePath.h) ...@@ -61,7 +61,6 @@ 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 # 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 # 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}) add_executable (${TEST_EXE} ${TEST_SRCS})
target_link_libraries ( target_link_libraries (
${TEST_EXE} ${TEST_EXE}
......
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