summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake')
-rwxr-xr-xshare/cmake-3.6/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/cmake-3.6/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake b/share/cmake-3.6/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake
new file mode 100755
index 0000000..899e284
--- /dev/null
+++ b/share/cmake-3.6/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake
@@ -0,0 +1,6 @@
+
+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)")