cmake-conan
cmake-conan copied to clipboard
Search conan executable in the default installer location
The official Windows installer [1] by default installs conan to %ProgramFiles%\Conan\conan\conan.exe.
Add this subdirectory to the find_package call on Windows.
[1] - https://conan.io/downloads
no, putting stuff in path is a really bad idea, windows will search DLLs there.
if you dont have conan in path, the script wont work obviously