Open sssilver opened 6 years ago
I've also just been hit by this. It's caused by overriding the settings here: https://github.com/conan-io/cmake-conan/blob/v0.12/conan.cmake#L301 which have previously been updated to contain the right generator: https://github.com/conan-io/cmake-conan/blob/v0.12/conan.cmake#L77
I think this gets fixed by #104, so it should probably get labeled for milestone v0.13 too?
The following invocation:
Where
../custom_profile
contains just a single line:Fails to build with the following output:
Tried this with 0.11/0.12/develop, all have the same issue.
Removing the
PROFILE
argument fromconan_cmake_run()
makes everything work.