Skip to content

Commit

Permalink
Remove unneeded undef and fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hpckurt committed Dec 21, 2024
1 parent b6d11b3 commit 8b97636
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libmamba/ext/solv-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ find_package(Libsolv REQUIRED)
if(BUILD_SHARED)
set(LIBSOLV_DEPS solv::libsolv solv::libsolvext)
set_target_properties(solv-cpp PROPERTIES POSITION_INDEPENDENT_CODE ON)
elseif(BUILD_PPC32)
elseif(PPC32)
set(LIBSOLV_DEPS libsolv libsolvext)
else()
set(LIBSOLV_DEPS solv::libsolv_static solv::libsolvext_static)
Expand Down
1 change: 0 additions & 1 deletion libmamba/src/specs/conda_url.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ namespace mamba::specs
}
}
}
#undef PPC32

auto
std::hash<mamba::specs::CondaURL>::operator()(const mamba::specs::CondaURL& u) const -> std::size_t
Expand Down

0 comments on commit 8b97636

Please sign in to comment.