diff options
Diffstat (limited to 'cmake/FindArch.cmake')
-rw-r--r-- | cmake/FindArch.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/FindArch.cmake b/cmake/FindArch.cmake index 277289248..d1defc82b 100644 --- a/cmake/FindArch.cmake +++ b/cmake/FindArch.cmake @@ -90,8 +90,6 @@ function(target_architecture output_var) else() file(WRITE "${CMAKE_BINARY_DIR}/arch.c" "${archdetect_c_code}") - enable_language(C) - # Detect the architecture in a rather creative way... # This compiles a small C program which is a series of ifdefs that selects a # particular #error preprocessor directive whose message string contains the |