Skip to content

Commit

Permalink
Fixed a cmake bug that was preventing the crashpad handler exe from b…
Browse files Browse the repository at this point in the history
…eing copied
  • Loading branch information
gerwaric committed Dec 27, 2024
1 parent d542d96 commit 608ab5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deps/Crashpad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ target_link_libraries(Crashpad PRIVATE
)

# Make sure the crash_handler executable is copied to the build directory.
set_target_properties(CrashpadHandler PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}"
)
get_target_property(CrashPadHanderPath CrashpadHandler IMPORTED_LOCATION)
file(COPY ${CrashPadHanderPath} DESTINATION ${CMAKE_BINARY_DIR})

0 comments on commit 608ab5e

Please sign in to comment.