Skip to content

Commit

Permalink
cmake: fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 6, 2024
1 parent a151bfb commit 93a1623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/java.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ add_custom_command(
COMMAND ${CMAKE_COMMAND} -E
$<IF:$<BOOL:${BUILD_ZLIB}>,copy,true>
$<${need_unix_zlib_lib}:$<TARGET_SONAME_FILE:ZLIB::ZLIB>>
$<${need_windows_zlib_lib}:$<TARGET_FILE:ZLIB::ZLIB>>
$<${need_windows_zlib_lib}:$<TARGET_FILE:ZLIB::ZLIB>>
${JAVA_RESSOURCES_PATH}/${JAVA_NATIVE_PROJECT}/
COMMAND ${CMAKE_COMMAND} -E
$<IF:$<BOOL:${BUILD_absl}>,copy,true>
Expand Down

0 comments on commit 93a1623

Please sign in to comment.