https://github.com/Kitware/CMake
Revision 3eec21a01cda630f34a4505d66bdbf6d5063ecdc authored by Vitaly Stakhovsky on 30 March 2020, 17:45:00 UTC, committed by Vitaly Stakhovsky on 30 March 2020, 19:00:14 UTC
1 parent 888b8a4
Raw File
Tip revision: 3eec21a01cda630f34a4505d66bdbf6d5063ecdc authored by Vitaly Stakhovsky on 30 March 2020, 17:45:00 UTC
cmTarget::GetProperty: return cmProp
Tip revision: 3eec21a
IBMCPP-C-DetermineVersionInternal.cmake

set(_compiler_id_version_compute "
  /* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__    % 10)")
back to top