I'm sorta noticing that the CONAN_INCLUDE_DIRS_XXX isn't substantiated by the CMakeDeps CMakeToolchain generators,
❯ ls
BZip2-Target-release.cmake ZLIB-release-armv8-data.cmake conanbuild.sh libxcrypt-Target-release.cmake pcre-Target-release.cmake
BZip2-release-armv8-data.cmake ZLIBConfig.cmake conanbuildenv-release-armv8.sh libxcrypt-config-version.cmake pcre-config-version.cmake
BZip2Config.cmake ZLIBConfigVersion.cmake conanrun.sh libxcrypt-config.cmake pcre-config.cmake
BZip2ConfigVersion.cmake ZLIBTargets.cmake conanrunenv-release-armv8.sh libxcrypt-release-armv8-data.cmake pcre-release-armv8-data.cmake
BZip2Targets.cmake argon2-Target-release.cmake deactivate_conanbuild.sh libxcryptTargets.cmake pcreTargets.cmake
CMakeCache.txt argon2-config-version.cmake deactivate_conanrun.sh module-BZip2-Target-release.cmake utf8cpp-Target-release.cmake
CMakeFiles argon2-config.cmake http_parser-Target-release.cmake module-BZip2-release-armv8-data.cmake utf8cpp-config-version.cmake
CMakePresets.json argon2-release-armv8-data.cmake http_parser-config-version.cmake module-BZip2Targets.cmake utf8cpp-config.cmake
FindBZip2.cmake argon2Targets.cmake http_parser-config.cmake module-ZLIB-Target-release.cmake utf8cpp-release-armv8-data.cmake
FindZLIB.cmake cmakedeps_macros.cmake http_parser-release-armv8-data.cmake module-ZLIB-release-armv8-data.cmake utf8cppTargets.cmake
ZLIB-Target-release.cmake conan_toolchain.cmake http_parserTargets.cmake module-ZLIBTargets.cmake
❯ grep -r CONAN_INCLUDE_DIRS
~/inspircd/build master* ⇣⇡ 12:33:47 PM
❯
I had to go rooting around to find the INCLUDE DIR path names look like
include_directories(
include/
${libxcrypt_INCLUDE_DIRS_RELEASE}
)
But, it don't work. Is it broke? Why'd they even change this it looks like Conan 1.x did what it was supposed to do?
I'm sorta noticing that the CONAN_INCLUDE_DIRS_XXX isn't substantiated by the CMakeDeps CMakeToolchain generators,
I had to go rooting around to find the INCLUDE DIR path names look like
But, it don't work. Is it broke? Why'd they even change this it looks like Conan 1.x did what it was supposed to do?