Skip to content

Commit

Permalink
fix CMake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Nov 17, 2024
1 parent fcdec94 commit 087179a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ add_dependencies(woof woof-base)

if(MSVC)
add_custom_command(TARGET woof POST_BUILD
DEPENDS "${BASE_PK3_PATH}"
COMMAND ${CMAKE_COMMAND} -E copy
"${BASE_PK3_PATH}" "$<TARGET_FILE_DIR:woof>")
endif()
Expand Down

0 comments on commit 087179a

Please sign in to comment.