Hi, Thanks for replying. I'm not sure what test you want me to try but I deleted the OpenSSLConfig.cmake you mentioned and the problem went away so I guess your suspicion is correct that there's a problem with that file?
On Tue, Aug 6, 2024 at 10:18 AM Sebastian Andrzej Siewior <sebast...@breakpoint.cc> wrote: > > On 2024-08-05 23:16:38 [-0700], VDRU VDRU wrote: > > After updating from openssl 3.2.2-1, which didn't have this problem, I > > now get the following when compiling with cmake: > > > > Imported target "OpenSSL::Crypto" includes non-existent path > > > > "/include" > > > > in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: > > Can you give a test case, please? My cmake foo is quite low. > The 3.3 series provides a OpenSSLConfig.cmake which is probably wrong. > The 3.2 series had nothing so I don't know hat cmake did there, probably > fallback to pkg-config. > > Sebastian