Explorar o código

BUG: CMAKE_AR should be advanced.

Brad King %!s(int64=19) %!d(string=hai) anos
pai
achega
592f602c98
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Modules/CMakeDetermineCXXCompiler.cmake

+ 1 - 0
Modules/CMakeDetermineCXXCompiler.cmake

@@ -45,6 +45,7 @@ MARK_AS_ADVANCED(CMAKE_CXX_COMPILER)
 GET_FILENAME_COMPONENT(COMPILER_LOCATION "${CMAKE_CXX_COMPILER}" PATH)
 
 FIND_PROGRAM(CMAKE_AR NAMES ar PATHS ${COMPILER_LOCATION})
+MARK_AS_ADVANCED(CMAKE_AR)
 
 FIND_PROGRAM(CMAKE_RANLIB NAMES ranlib)
 IF(NOT CMAKE_RANLIB)