Skip to content

Commit

Permalink
Fix CMake component
Browse files Browse the repository at this point in the history
Reviewed By: udippant

Differential Revision: D15328523

fbshipit-source-id: cf20a76bb6e05f7b536fdc7ce663a9bf9de89d19
  • Loading branch information
lnicco authored and facebook-github-bot committed May 14, 2019
1 parent 8467443 commit b2e2b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/mvfst-config.cmake.in
Expand Up @@ -22,9 +22,9 @@ find_dependency(Fizz)
find_dependency(Threads)
find_dependency(Boost COMPONENTS iostreams system thread filesystem regex context)

if(NOT TARGET mvfst::mvfst)
if(NOT TARGET mvfst::mvfst_transport)
include("${CMAKE_CURRENT_LIST_DIR}/mvfst-targets.cmake")
get_target_property(mvfst_INCLUDE_DIRS mvfst::mvfst INTERFACE_INCLUDE_DIRECTORIES)
get_target_property(mvfst_INCLUDE_DIRS mvfst::mvfst_transport INTERFACE_INCLUDE_DIRECTORIES)
endif()

if(NOT mvfst_FIND_QUIETLY)
Expand Down

0 comments on commit b2e2b13

Please sign in to comment.