ObKo / stm32-cmake

CMake for stm32 developing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

findHAL and findCMSIS give a random version in case of multiple components given

atsju opened this issue · comments

It's documented in the readme but for me this is an issue.
[CMSIS_version] is an optional version requirement. See find_package documentation. This parameter does not make sense if multiple STM32 families are requested.

If multiple components are given then the version should not be set at all (each component has it's own version).