Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
added blurps for CMAKE_AR and CMAKE_RANLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
Helge Stahlmann committed Jun 22, 2016
1 parent 089e13a commit 7028279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CommonCompilerConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
# INTERNAL_LINKER_FLAGS_OPTIMIZED: string of linker flags for linking internal executables
# and shared libraries (DLLs) with optimizations that are
# compatible with INTERNAL_CXX_FLAGS_OPTIMIZED
#
# CMAKE_AR: Name of archiving tool (ar) for static libraries. See cmake documentation
#
# CMAKE_RANLIB: Name of randomizing tool (ranlib) for static libraries. See cmake documentation
#
# CMAKE_LINKER: updated, if needed; use ld.gold if available. See cmake
# documentation
Expand Down

0 comments on commit 7028279

Please sign in to comment.