Skip to content

Commit

Permalink
Next try fix the version linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 20, 2023
1 parent 9a1a087 commit 7c2c08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if (NOT FOLDSEEK_FRAMEWORK_ONLY)
add_subdirectory(version)
add_executable(foldseek foldseek.cpp)
mmseqs_setup_derived_target(foldseek foldseek-framework)
target_link_libraries(mmseqs-framework version)
target_link_libraries(foldseek version)
install(TARGETS foldseek DESTINATION bin)
endif()

0 comments on commit 7c2c08e

Please sign in to comment.