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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: