conan-io / cmake-conan

CMake wrapper for conan C and C++ package manager
MIT License
822 stars 250 forks source link

support list in conan command during version check #668

Open oleksandr-prykhodko-quickbase opened 1 month ago

oleksandr-prykhodko-quickbase commented 1 month ago

We have custom wrapper around conan command and use it in cmake as set(CONAN_COMMAND "py;conan_command.py") Passing it to conan_get_version unwraps it as a list thus version check calls whatever is first in the list instead of the whole command.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.