Skip to content

Commit

Permalink
Set IMPORTED_IMPLIB_NOCONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
securitykernel committed Nov 1, 2023
1 parent a10658f commit 358197a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build-data/botan-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ if(NOT TARGET Botan::Botan)
set_target_properties(Botan::Botan
PROPERTIES
IMPORTED_LOCATION_NOCONFIG "${_Botan_PREFIX}/lib/%{shared_lib_name}"
IMPORTED_SONAME_NOCONFIG "%{shared_lib_name}")
IMPORTED_SONAME_NOCONFIG "%{shared_lib_name}"
IMPORTED_IMPLIB_NOCONFIG "${_Botan_implib}")
endif()
%{endif}

Expand Down

0 comments on commit 358197a

Please sign in to comment.