Skip to content

Commit

Permalink
expose logs of external build
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Sep 9, 2024
1 parent a89300c commit 2d4db9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/extlib_sentencepiece.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ ExternalProject_Add(extlib_sentencepiece

BUILD_IN_SOURCE ON
LOG_DOWNLOAD ON
LOG_BUILD ON)
# LOG_BUILD ON
)

add_library(sentencepiece STATIC IMPORTED)
set_target_properties(sentencepiece PROPERTIES IMPORTED_LOCATION ${EXTERNALS_PREFIX_PATH}/lib/libsentencepiece.a)
Expand Down

0 comments on commit 2d4db9e

Please sign in to comment.