Skip to content

Commit

Permalink
Fixed missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Dec 29, 2016
1 parent de524d2 commit 296f8f2
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 @@ -89,7 +89,7 @@ target_link_libraries(alpscore_cthyb ${ALPSCore_LIBRARIES} ${MPI_CXX_LIBRARIES}

#executable
ADD_EXECUTABLE(hybmat ./src/main.cpp)
target_link_libraries(hybmat alpscore_cthyb)
target_link_libraries(hybmat alpscore_cthyb ${ALPSCore_LIBRARIES} ${MPI_CXX_LIBRARIES} ${Boost_LIBRARIES} ${EXTRA_LIBS})

#testing setup
option(Testing "Enable testing" ON)
Expand Down

0 comments on commit 296f8f2

Please sign in to comment.