[question] Should cmake_additional_variables_prefixes
generate {{prefix}}_FOUND
and {{prefix}}_VERSION
?
#17483
Labels
Milestone
What is your question?
In conan-io/conan-center-index#26063, a gap in the current CMakeDeps
cmake_additional_variables_prefixes
property shows up:FOUND
andVERSION
variables, alongside the rest of them, so I usedcmake_additional_variables_prefixes
to generate those.FOUND
/VERSION
variables is used. Conan does not generate them by default, leaving CMake to do it on its ownBut a issue arises as
cmake_additional_variables_prefixes
does not generate extra versions ofFOUND
andVERSION
, which forces me to define them in theCMakeToolchain
to make the recipe compilecc/ @franramirez688
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: