瀏覽代碼

Merge topic 'CMakeDetermineCXXCompiler-clang-typo'

10d7445dd8 clang: Fix the typo for CMAKE_CXX_COMPILER_ID_TEST_FLAGS

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5140
Brad King 5 年之前
父節點
當前提交
162583bb19
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/CMakeDetermineCXXCompiler.cmake

+ 1 - 1
Modules/CMakeDetermineCXXCompiler.cmake

@@ -84,7 +84,7 @@ else()
 endif()
 endif()
 
 
 if(CMAKE_CXX_COMPILER_TARGET)
 if(CMAKE_CXX_COMPILER_TARGET)
-  list(PREPEND CMAKE_CXX_COPMILER_ID_TEST_FLAGS "-c --target=${CMAKE_CXX_COMPILER_TARGET}")
+  list(PREPEND CMAKE_CXX_COMPILER_ID_TEST_FLAGS "-c --target=${CMAKE_CXX_COMPILER_TARGET}")
 endif()
 endif()
 
 
 # Build a small source file to identify the compiler.
 # Build a small source file to identify the compiler.