Skip to content

Commit

Permalink
[cmake] Fix flag put in wrong call
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 16, 2023
1 parent 2e0c233 commit d792d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/deps/re2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else()

set_target_properties(re2 PROPERTIES UNITY_BUILD 0)
if(MSVC)
target_compile_definitions(re2 PRIVATE /utf-8)
target_compile_options(re2 PRIVATE /utf-8)
endif()

if(WIN32)
Expand Down

0 comments on commit d792d7f

Please sign in to comment.