Skip to content

Commit

Permalink
Dont build simdutf tools as part of our cmake build process
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Jul 11, 2024
1 parent 39a9fd3 commit ec4f0cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ target_include_directories(doctest INTERFACE thirdparty/doctest/doctest)

# Add simdutf for UTF conversion operations
set (SIMDUTF_TESTS OFF)
set (SIMDUTF_TOOLS OFF)
set (SIMDUTF_ICONV OFF)
add_subdirectory (thirdparty/simdutf)

# Add span from tcb for compatibility with older compilers for python bindings
Expand Down

0 comments on commit ec4f0cb

Please sign in to comment.