Skip to content

Commit

Permalink
Added missing public dependency to libmambaConfig.cmake (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille authored Feb 2, 2023
1 parent 870d8d4 commit aab7768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions libmamba/libmambaConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ find_dependency(nlohmann_json)
find_dependency(spdlog)
find_dependency(Threads)
find_dependency(tl-expected)
find_dependency(zstd)
find_dependency(BZip2)

if(NOT (TARGET libmamba OR TARGET libmamba-static OR TARGET libmamba-full-static))
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
Expand Down
3 changes: 0 additions & 3 deletions libmambapy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ cmake_policy(SET CMP0057 NEW)

project(libmambapy)

find_package(fmt REQUIRED)
find_package(spdlog REQUIRED)

if(NOT TARGET libmamba)
find_package(libmamba REQUIRED)
endif ()
Expand Down

0 comments on commit aab7768

Please sign in to comment.