Open sabudilovskiy opened 2 years ago
@memsharded ?
Hi @sabudilovskiy
It would be useful to have a bit more of information:
magic_enum/0.8.0
recipe directly from ConanCenter, or it is yours?One note:
The conan_toolchain.cmake
is a CMake toolchain. It is not intended to be included, but to be passed on command line with -DCMAKE_TOOLCHAIN_FILE=.../conan_toolchain.cmake
. The behavior is not exactly the same, and might be relevant in some situations. Another possibility would be also to use the CMakePresets, that already contain the toolchain file, so only necessary to use the presets.
It could be a bug in the recipe too.
CMake Error in CMakeLists.txt: Imported target "magic_enum::magic_enum" includes non-existent path
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The path was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and references files it does not provide.
My conanfile.txt:
My Cmakelists.txt:
My script to expand conan files:
Can anyoune help me?