diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-29 13:30:01 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-29 13:30:01 (GMT) |
commit | 08460462006d3d3a050317476fff4c8961da01c5 (patch) | |
tree | f550980fcc025f1206bf834bc6bc375b6a3a575f /Templates/CMakeSystemConfig.cmake.in | |
parent | a7f7366abdff30b8891a2d4c94e33f4e4760c42b (diff) | |
download | CMake-08460462006d3d3a050317476fff4c8961da01c5.zip CMake-08460462006d3d3a050317476fff4c8961da01c5.tar.gz CMake-08460462006d3d3a050317476fff4c8961da01c5.tar.bz2 |
BUG: break up CMAKE_AR into program and ARGS
Diffstat (limited to 'Templates/CMakeSystemConfig.cmake.in')
-rw-r--r-- | Templates/CMakeSystemConfig.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Templates/CMakeSystemConfig.cmake.in b/Templates/CMakeSystemConfig.cmake.in index d849b10..46c4e2e 100644 --- a/Templates/CMakeSystemConfig.cmake.in +++ b/Templates/CMakeSystemConfig.cmake.in @@ -16,6 +16,8 @@ SET (CMAKE_RANLIB "@RANLIB@" CACHE FILEPATH " Library randomizer program used on archive libraries." ) SET (CMAKE_AR "@CMAKE_AR@" CACHE FILEPATH " Archive program used to make archive libraries." ) +SET (CMAKE_AR_ARGS "@CMAKE_AR_ARGS@" CACHE STRING + " Arguments for CMAKE_AR program to create an archive library." ) SET (CMAKE_CXX_COMPILER "@CXX@" CACHE FILEPATH "CXX compiler used.") SET (CMAKE_CXX_FLAGS "@CXXFLAGS@" CACHE STRING "Flags used by CXX compiler") |