Browse Source

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 years ago
parent
commit
162583bb19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/CMakeDetermineCXXCompiler.cmake

+ 1 - 1
Modules/CMakeDetermineCXXCompiler.cmake

@@ -84,7 +84,7 @@ else()
 endif()
 
 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()
 
 # Build a small source file to identify the compiler.