Skip to content

Commit

Permalink
Try to restore static build
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Jul 22, 2016
1 parent 8ccafb3 commit a0f31a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assembler/src/projects/mph_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ add_executable(spades-kmercount
main.cpp)

target_link_libraries(spades-kmercount spades_modules ${COMMON_LIBRARIES})

if (SPADES_STATIC_BUILD)
set_target_properties(spades-kmercount PROPERTIES LINK_SEARCH_END_STATIC 1)
endif()

0 comments on commit a0f31a3

Please sign in to comment.