You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And now the error pops up. The editable is pointing to the wrong directory.
See the file build/Release/generators/say-release-x86_64-data.cmake shows the line:
Environment details
Steps to reproduce
Take the example from conan ( conan/examples2/features/editable/cmake)
Rename the directory
say
tohello-say
Modify conanfile.py to match conan2 (first lines).
Make say package editable as explained in the example:
Now go to the consumer hello and run install
And now the error pops up. The editable is pointing to the wrong directory.
See the file
build/Release/generators/say-release-x86_64-data.cmake
shows the line:Which should be pointing to the actual package directory.
This only happens if the working directory of the editable package matches the start of the consumer package. Package names are not relevant.
Logs
No response
The text was updated successfully, but these errors were encountered: