Skip to content

Commit

Permalink
馃挌 Adjust build to prevent non-building entities on specific platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Oct 7, 2022
1 parent fd6f59a commit 9cc5713
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,12 @@ if (ZTD_TEXT_EXAMPLES OR ZTD_TEXT_BENCHMARKS)
function(simdutf_dependency_jail)
# simdutf
set(SIMDUTF_BENCHMARKS OFF)
set(SIMDUTF_SINGLE_HEADER OFF)
set(SIMDUTF_TOOLS OFF)
set(BUILD_TESTING OFF)
FetchContent_Declare(
simdutf
GIT_REPOSITORY https://github.com/simdutf/simdutf
GIT_REPOSITORY https://github.com/ThePhD/simdutf
GIT_SHALLOW ON
GIT_TAG master)
FetchContent_MakeAvailable(simdutf)
Expand Down

0 comments on commit 9cc5713

Please sign in to comment.