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

adding optimizer directory to the CMakeLists file for the unit tests

parent a0c53c14
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ include_directories (${GTEST_INCLUDE_DIRS} ...@@ -46,6 +46,7 @@ include_directories (${GTEST_INCLUDE_DIRS}
${GSL_INCLUDE_DIR} ${GSL_INCLUDE_DIR}
${OPAL_SOURCE_DIR}/src ${OPAL_SOURCE_DIR}/src
${OPAL_SOURCE_DIR}/src/Classic ${OPAL_SOURCE_DIR}/src/Classic
${OPAL_SOURCE_DIR}/optimizer
${Trilinos_INCLUDE_DIRS} ${Trilinos_INCLUDE_DIRS}
${Trilinos_TPL_INCLUDE_DIRS} ${Trilinos_TPL_INCLUDE_DIRS}
${IPPL_SOURCE_DIRS} ${IPPL_SOURCE_DIRS}
...@@ -70,5 +71,4 @@ target_link_libraries ( ...@@ -70,5 +71,4 @@ target_link_libraries (
${OTHER_CMAKE_EXE_LINKER_FLAGS} ${OTHER_CMAKE_EXE_LINKER_FLAGS}
${GTEST_BOTH_LIBRARIES} ${GTEST_BOTH_LIBRARIES}
-lpthread -lpthread
) )
\ No newline at end of file
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