-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix not use ITN, now ITN is must (#2444)
Co-authored-by: roney <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
add_library(post_processor STATIC | ||
post_processor.cc | ||
) | ||
if(ITN) | ||
target_link_libraries(post_processor PUBLIC utils wetext_processor wetext_utils) | ||
else() | ||
target_link_libraries(post_processor PUBLIC utils) | ||
endif() | ||
target_link_libraries(post_processor PUBLIC utils wetext_processor wetext_utils) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters