James
James
I just noticed that the installation video has door switches where I had moved them :) I don't have illustrator or I would have otherwise branched and made a pull...
I have run into a similar issue. If I build with `conan create .`, everything works fine. If I build with `conan build .`, the generator file looks a little...
> The CMakeToolchain block OutputDirsBlock that defines all the CMAKE_INSTALL_XXXDIR is conditioned to the existing of package_folder, and it can only be defined when the package is being created in...
Sorry for the delay in my response. I confirmed that #16214 corrects this issue on my end. Only set(CMAKE_INSTALL_PREFIX) differs between the two toolchain files now as expected. ``` ~/Project$...