CMake Toolchain Helper
Release Notes

Version History

  • 1.1.3
    • Enable full set of format string security checks in GCC
    • Enable -fPIE and -fPIC by default for GCC
  • 1.1.2
    • Override default visibility for better inlining (CMAKE_CXX_VISIBILITY_PRESET / CMAKE_C_VISIBILITY_PRESET / CMAKE_VISIBILITY_INLINES_HIDDEN)
  • 1.1.1
    • Change to header only package
    • Use target profile for platform detection
  • 1.1.0
    • Provide cmake variable PLATFORM for usage in adtfenvironment and similar
    • Add a function to install pdb files of static libraries
    • Restore cmake variables CMAKE_SYSTEM_PROCESSOR and CMAKE_SYSTEM_NAME
  • 1.0.0
    • Initial version providing a cmake user toolchain for conan that will adjust compiler and linker flags to our needs

Known Issues / Restrictions

  • none