Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Missed rename of debug libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jul 8, 2018
1 parent 8594e28 commit f4a73b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libjpeg-turbo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ if(BUILD_STATIC_LIBS)
add_custom_target(libjpeg-turbo-postinst
COMMAND ${CMAKE_COMMAND} -E remove_directory "${INSTALL_DIR}/debug/include"
COMMAND ${CMAKE_COMMAND} -E remove_directory "${INSTALL_DIR}/debug/share"
COMMAND ${CMAKE_COMMAND} -E rename "${INSTALL_DIR}/debug/lib/jpeg-static.lib"
"${INSTALL_DIR}/debug/lib/jpeg.lib"
COMMAND ${CMAKE_COMMAND} -E rename "${INSTALL_DIR}/debug/lib/turbojpeg-static.lib"
"${INSTALL_DIR}/debug/lib/turbojpeg.lib"
COMMAND ${CMAKE_COMMAND} -E rename "${INSTALL_DIR}/lib/jpeg-static.lib"
"${INSTALL_DIR}/lib/jpeg.lib"
COMMAND ${CMAKE_COMMAND} -E rename "${INSTALL_DIR}/lib/turbojpeg-static.lib"
Expand Down

0 comments on commit f4a73b9

Please sign in to comment.