diff options
Diffstat (limited to 'Help/release/dev/compiler_archiving_tools.rst')
-rw-r--r-- | Help/release/dev/compiler_archiving_tools.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Help/release/dev/compiler_archiving_tools.rst b/Help/release/dev/compiler_archiving_tools.rst deleted file mode 100644 index de3471d..0000000 --- a/Help/release/dev/compiler_archiving_tools.rst +++ /dev/null @@ -1,8 +0,0 @@ -compiler_archiving_tools ------------------------- - -* A :variable:`CMAKE_<LANG>_COMPILER_AR` variable was added to hold - the path to the GCC/Clang wrapper of ``ar``. - -* A :variable:`CMAKE_<LANG>_COMPILER_RANLIB` variable was added to hold - the path to the GCC/Clang wrapper of ``ranlib``. |