summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Modules/Compiler/GNU-DetermineCompiler.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Modules/Compiler/GNU-DetermineCompiler.cmake')
-rwxr-xr-xshare/cmake-3.2/Modules/Compiler/GNU-DetermineCompiler.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/cmake-3.2/Modules/Compiler/GNU-DetermineCompiler.cmake b/share/cmake-3.2/Modules/Compiler/GNU-DetermineCompiler.cmake
deleted file mode 100755
index 261f148..0000000
--- a/share/cmake-3.2/Modules/Compiler/GNU-DetermineCompiler.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-
-set(_compiler_id_pp_test "defined(__GNUC__)")
-
-set(_compiler_id_version_compute "
-# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
-# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
-# if defined(__GNUC_PATCHLEVEL__)
-# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
-# endif")