Skip to content

Commit

Permalink
cmake: Fix utf8_validity
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 24, 2024
1 parent 15d5f10 commit eaeb85a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/java.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ add_custom_command(
COMMAND ${CMAKE_COMMAND} -E
$<IF:$<BOOL:${BUILD_Protobuf}>,copy,true>
$<$<BOOL:${BUILD_Protobuf}>:$<TARGET_SONAME_FILE:protobuf::libprotobuf>>
$<$<BOOL:${BUILD_Protobuf}>:$<TARGET_SONAME_FILE:utf8_validity>>
${JAVA_RESSOURCES_PATH}/${JAVA_NATIVE_PROJECT}/

COMMAND ${CMAKE_COMMAND} -E
Expand Down
1 change: 1 addition & 0 deletions cmake/python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ add_custom_command(
COMMAND ${CMAKE_COMMAND} -E
$<IF:$<BOOL:${BUILD_Protobuf}>,copy,true>
$<$<BOOL:${BUILD_Protobuf}>:$<TARGET_SONAME_FILE:protobuf::libprotobuf>>
$<$<BOOL:${BUILD_Protobuf}>:$<TARGET_SONAME_FILE:utf8_validity>>
${PYTHON_PROJECT}/.libs

COMMAND ${CMAKE_COMMAND} -E
Expand Down
1 change: 1 addition & 0 deletions ortools/dotnet/Google.OrTools.runtime.csproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
$<$<BOOL:@BUILD_re2@>:;$<TARGET_SONAME_FILE:re2::re2>>

$<$<BOOL:@BUILD_Protobuf@>:;$<TARGET_SONAME_FILE:protobuf::libprotobuf>>
$<$<BOOL:@BUILD_Protobuf@>:;$<TARGET_SONAME_FILE:utf8_validity>>

$<$<BOOL:@BUILD_CoinUtils@>:;$<TARGET_SONAME_FILE:Coin::CoinUtils>>
$<$<BOOL:@BUILD_Osi@>:;$<TARGET_SONAME_FILE:Coin::Osi>>
Expand Down

0 comments on commit eaeb85a

Please sign in to comment.