Skip to content

Commit

Permalink
Fixed compilation error in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Dec 29, 2016
1 parent 937a82c commit c53d12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ target_link_libraries(hybmat alpscore_cthyb ${ALPSCore_LIBRARIES} ${MPI_CXX_LIBR
option(Testing "Enable testing" ON)
include(EnableGtests) #defined in ./cmake
include_directories("test")
list(APPEND LINK_ALL alpscore_cthyb)
list(APPEND LINK_ALL alpscore_cthyb ${ALPSCore_LIBRARIES} ${MPI_CXX_LIBRARIES} ${Boost_LIBRARIES} ${EXTRA_LIBS})

#testing source files
set(unittest_src
Expand Down

0 comments on commit c53d12e

Please sign in to comment.