Skip to content

Commit

Permalink
[linux] Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Aug 13, 2021
1 parent 4205f21 commit 722155c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if (NOT EXISTS ${LIBVLCPP_SOURCE})
add_custom_command(
TARGET LIBVLC_EXTRACT PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E tar xzf \"${LIBVLCPP_ARCHIVE}\"
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/external
DEPENDS ${LIBVLC_ARCHIVE}
WORKING_DIRECTORY ${LIBVLC_PACKAGE_DIR}
DEPENDS ${LIBVLCPP_ARCHIVE}
)
endif()

Expand Down

0 comments on commit 722155c

Please sign in to comment.