Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 2.4.0 conan install with --deployer=full_deploy [bug] #16631

Closed
wizard-123 opened this issue Jul 9, 2024 · 2 comments
Closed

version 2.4.0 conan install with --deployer=full_deploy [bug] #16631

wizard-123 opened this issue Jul 9, 2024 · 2 comments

Comments

@wizard-123
Copy link

Describe the bug

use conan install . --deployer=full_deploy , there will create a conan_toolchain.cmake file, in conan_toolchain.cmake file
list(PREPEND CMAKE_MODULE_PATH "\${CMAKE_CURRENT_LIST_DIR}/full_deploy/...
but not
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/full_deploy

How to reproduce it

No response

@czoido
Copy link
Contributor

czoido commented Jul 9, 2024

Hi @wizard-123,
Thanks a lot for reporting, this was indeed a bug in 2.4.0 but was fixed in 2.4.1 after merging this: #16434
Please, update to 2.4.1 or 2.5.0 to solve it.

@wizard-123
Copy link
Author

thanks,update to 2.5.0 solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants