Skip to content

Commit

Permalink
Added missing public dependency to libmambaConfig.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 17, 2023
1 parent 0fa866b commit 1bbf37a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions libmamba/libmambaConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ find_dependency(nlohmann_json)
find_dependency(spdlog)
find_dependency(Threads)
find_dependency(tl-expected)
find_dependency(zstd)

if(NOT (TARGET libmamba OR TARGET libmamba-static OR TARGET libmamba-full-static))
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
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 1bbf37a

Please sign in to comment.