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 5b274724 authored by kraus's avatar kraus
Browse files

adapt CMakeLists for developers who don't build in-source

parent d7a40eb0
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ if (BUILD_OPAL_UNIT_TESTS)
# include and link gtest library
# this can be built using the script provided at
# unit_test/gtest/bin/install_gtest.bash
link_directories( ${GTEST_LIB_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
link_directories( ${GTEST_LIB_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/../classic/5.0/src)
include_directories(${GTEST_INCLUDE_DIR})
# Check to see if cmake finds the test files
message(STATUS "unit test src files: ${TEST_SRCS}")
......@@ -147,4 +147,3 @@ endif (BUILD_OPAL_UNIT_TESTS)
install (TARGETS ${TEST_EXE} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
install (TARGETS opal RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
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