Skip to content

Releases: JKorbelRA/CMake

CMake 3.25.0 RC3 - Rockwell Automation - patch 2

08 Feb 14:01
Compare
Choose a tag to compare
  • added simulator option for .ewd
  • .ewp format updated to version 3 (IAR 8)

Also available on scoop:
Install scoop itself: https://github.com/ScoopInstaller/Scoop#installation

scoop bucket add scoop-for-lazy-admins https://github.com/JKorbelRA/scoop-for-lazy-admins
scoop install cmake-ra

CMake 3.25.0 RC3 - Rockwell Automation - patch 1

02 Dec 12:23
Compare
Choose a tag to compare

Changes:

  • postbuild works for non-root projects

CMake 3.25.0 RC3 - Rockwell Automation

16 Nov 12:16
Compare
Choose a tag to compare

Changes:

  • More standard file paths and file names (same as for other generators)
  • Linking respects CMake settings - NOTE: set(CMAKE_STATIC_LIBRARY_PREFIX "") needs to go into the platform file now!
  • ABI determination works
  • *.cxx needs to be set in IAR EW toolchain configuration as a possible C++ file suffix otherwise C++ ABI determination won't work
  • Open Project respects the IAR installation which was used during project creation, it is also remembered, so no extra Generate step is needed in cases where IAR_INSTALL_DIR is set.
  • Optimization flags are respected globally and per-target and translated into IAR xml fields
  • Doc updated