Skip to content

Commit

Permalink
cmake: search only for requested fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
omor1 committed Aug 17, 2020
1 parent c9a1ac7 commit c9d19f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LCIConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include(CMakeFindDependencyMacro)
set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
set(THREADS_PREFER_PTHREAD_FLAG TRUE)
find_dependency(Threads)
find_dependency(Fabric)
find_dependency(Fabric COMPONENTS @FABRIC_PREFER@)

set_and_check(LCI_INCLUDE_DIRS "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@")
set_and_check(LCI_SHARED_LIBRARY "@PACKAGE_CMAKE_INSTALL_LIBDIR@/@CMAKE_SHARED_LIBRARY_PREFIX@lci@CMAKE_SHARED_LIBRARY_SUFFIX@")
Expand Down

0 comments on commit c9d19f9

Please sign in to comment.