Skip to content

Commit

Permalink
cmake: fixup dotnet csproj.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 15, 2024
1 parent 09f8ed8 commit bc510a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/dotnet/Google.OrTools.runtime.csproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
$<$<BOOL:${BUILD_absl}>:;$<TARGET_SONAME_FILE:absl::statusor>>
$<$<BOOL:${BUILD_absl}>:;$<TARGET_SONAME_FILE:absl::str_format_internal>>
$<$<BOOL:${BUILD_absl}>:;$<TARGET_SONAME_FILE:absl::strerror>>
$<$<BOOL:${BUILD_absl}>:;$<TARGET_SONAME_FILE:absl::string_view>
$<$<BOOL:${BUILD_absl}>:;$<TARGET_SONAME_FILE:absl::string_view>>
$<$<BOOL:${BUILD_absl}>:;$<TARGET_SONAME_FILE:absl::strings>>
$<$<BOOL:${BUILD_absl}>:;$<TARGET_SONAME_FILE:absl::strings_internal>>
$<$<BOOL:${BUILD_absl}>:;$<TARGET_SONAME_FILE:absl::symbolize>>
Expand Down

0 comments on commit bc510a0

Please sign in to comment.