Skip to content

Commit

Permalink
Remove export of DYNINST_LIBRARIES
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 22, 2022
1 parent 538a0ae commit ef3c267
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/DyninstConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# It defines the following variables:
#
# DYNINST_INCLUDE_DIRS
# DYNINST_LIBRARIES
# DYNINST_INTERNAL_DEFINES - used by the test suite

include(DyninstTBB)
Expand All @@ -20,8 +19,6 @@ foreach(TARG @ALL_DYNINST_TARGETS@)
include("${DYNINST_CMAKE_DIR}/${TARG}Targets.cmake" OPTIONAL)
endforeach()

set(DYNINST_LIBRARIES "dyninstAPI")

# Other variables Dyninst mutators may depend on
set(DYNINST_PLATFORM "@PLATFORM@")
set(DYNINST_INTERNAL_DEFINES @UNIFIED_DEFINES@)
Expand Down

0 comments on commit ef3c267

Please sign in to comment.