Using find_package(botan)
with botan 3.4.0 installed from conan
#4132
Labels
find_package(botan)
with botan 3.4.0 installed from conan
#4132
Hi,
I'm trying to get Botan link to my program via conan. I noticed since 3.3.0 Botan comes with botan-config.cmake so I would expect
find_package
would be able to find Botan once installed. But I get the errorHere is a minimal reproducible example: https://gist.github.com/marty1885/0438c66d3105c52ffd3508e18e00fb93
To reproduce
OS: Windows
Compiler: MSVC
The text was updated successfully, but these errors were encountered: