Skip to content

Commit

Permalink
Update dependencies and fix special tokens handling
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Apr 29, 2024
1 parent 851ee1e commit e3db8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildCTranslate2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ else()
ExternalProject_Get_Property(ct2_build INSTALL_DIR)

add_library(ct2::ct2 STATIC IMPORTED GLOBAL)
add_dependencies(ct2::ct2 ct2_build)
add_dependencies(ct2::ct2 ct2_build cpu_features_build)
set_target_properties(ct2::ct2 PROPERTIES IMPORTED_LOCATION ${INSTALL_DIR}/${CT2_LIB_INSTALL_LOCATION})
set_target_properties(ct2::ct2 PROPERTIES INTERFACE_INCLUDE_DIRECTORIES ${INSTALL_DIR}/include)

Expand Down

0 comments on commit e3db8d3

Please sign in to comment.