Skip to content

Commit

Permalink
build: remove duplicate INTERFACE keyword (neovim#22106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc authored Feb 7, 2023
1 parent c1d7636 commit d38dfdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cmake/FindMsgpack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Msgpack
REQUIRED_VARS MSGPACK_LIBRARY MSGPACK_INCLUDE_DIR
VERSION_VAR MSGPACK_VERSION_STRING)

2 changes: 1 addition & 1 deletion cmake/Findlibvterm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ find_package_handle_standard_args(libvterm
VERSION_VAR VTERM_VERSION)

add_library(libvterm INTERFACE)
target_include_directories(libvterm SYSTEM BEFORE INTERFACE INTERFACE ${LIBVTERM_INCLUDE_DIR})
target_include_directories(libvterm SYSTEM BEFORE INTERFACE ${LIBVTERM_INCLUDE_DIR})
target_link_libraries(libvterm INTERFACE ${LIBVTERM_LIBRARY})

0 comments on commit d38dfdc

Please sign in to comment.