Skip to content

Commit

Permalink
Further prevent sentencepience header pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
motin committed Oct 15, 2020
1 parent 5d772bf commit 70f2489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3rd_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if(USE_SENTENCEPIECE)
endif(USE_STATIC_LIBS)

add_subdirectory(./sentencepiece)
include_directories(./sentencepiece)
include_directories(./sentencepiece/src)

set_target_properties(spm_encode spm_decode spm_train spm_normalize spm_export_vocab
PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
Expand Down

0 comments on commit 70f2489

Please sign in to comment.