conan-io / cmake-conan

CMake wrapper for conan C and C++ package manager
MIT License
814 stars 247 forks source link

Add option for passing conanfile.txt location from cmake command #605

Closed timwoj closed 2 weeks ago

timwoj commented 7 months ago

This adds a new CONAN_CONANFILE_TXT_PATH variable that can be passed to the cmake invocation to specify a conanfile path instead of forcing the location to be in the current source directory.

Fixes #604

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.