Skip to content

Commit

Permalink
Remove custom target install
Browse files Browse the repository at this point in the history
cmake_install.cmake isn't intended to be used that way.
  • Loading branch information
hainest committed Dec 22, 2022
1 parent 77bac29 commit 4ca227a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/DyninstLibrary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ function(dyninst_library target)
LIBRARY DESTINATION ${INSTALL_LIB_DIR}
ARCHIVE DESTINATION ${INSTALL_LIB_DIR}
PUBLIC_HEADER DESTINATION ${INSTALL_INCLUDE_DIR})
add_custom_target(
${target}-install
DEPENDS ${target}
COMMAND "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_install.cmake")
set(ALL_DYNINST_TARGETS
"${ALL_DYNINST_TARGETS};${target}"
CACHE INTERNAL "")
Expand Down

0 comments on commit 4ca227a

Please sign in to comment.