Alexander Fedotov

Results 4 comments of Alexander Fedotov

Same issue with cppzmq-static with MSVC with CMake 3.26.3 My CMakeLists.txt contains following: ``` include(ExternalProject) ExternalProject_Add( ZeroMQ GIT_REPOSITORY https://github.com/zeromq/libzmq.git GIT_TAG v4.3.4 CMAKE_ARGS -DCMAKE_MODULE_PATH:PATH=${CMAKE_INSTALL_PREFIX} -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX} -DBUILD_TESTS=OFF -DBUILD_STATIC=ON ) ExternalProject_Add( cppzmq DEPENDS...

No comments from anyone ? New Cortex-R82 should go there as well since it is AArch64 only...

I had an attemt to upsteram Core-R about year ago with no luck. But I still see demand. I have created new pull request there https://github.com/ARM-software/CMSIS_5/pull/945 Please support me if...

@JonatanAntoni May be it worth to create new "future" branch (from devel) if you can't accept these changes on "devel" branch. Seems to me it would be more beneficial to...