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