Skip to content

Commit

Permalink
Update utfcpp support
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 6, 2024
1 parent e90071c commit 73397a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 99)
include_directories(.)

option(WITH_UTF8 "Compiles with UTF-8 support. Requires utfcpp." ON)
if (WITH_UTF8)
if (WITH_UTF8 AND BUILD_VARIANT_VENDOR)
add_subdirectory(ThirdParty/utfcpp)
endif()

Expand Down

0 comments on commit 73397a8

Please sign in to comment.