Skip to content

Commit

Permalink
remove superfluous code in CMake find module of Capstone
Browse files Browse the repository at this point in the history
  • Loading branch information
mistersandman committed Sep 15, 2017
1 parent 9100f8d commit f80328f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/Modules/FindCapstone.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ if (UNIX)
find_package(PkgConfig REQUIRED)

pkg_check_modules(CAPSTONE REQUIRED capstone>=3.0.4)
include_directories(${CAPSTONE_INCLUDE_DIRS})
link_directories(${CAPSTONE_LIBRARY_DIRS})
elseif (WIN32)
# CAPSTONE_SDK should be the path to a directory containing a subdirectory "include/capstone"
# with all the include headers of capstone and another subdirectory "lib" with "capstone_dll.lib".
Expand Down

0 comments on commit f80328f

Please sign in to comment.