diff options
Diffstat (limited to 'cmake/Toolchain_clang.cmake')
-rw-r--r-- | cmake/Toolchain_clang.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Toolchain_clang.cmake b/cmake/Toolchain_clang.cmake index 2c6bbbb5..89353570 100644 --- a/cmake/Toolchain_clang.cmake +++ b/cmake/Toolchain_clang.cmake @@ -2,7 +2,7 @@ # http://www.cmake.org/Wiki/CMake_Cross_Compiling#The_toolchain_file # the name of the target operating system -SET(CMAKE_SYSTEM_NAME Clang) +SET(CMAKE_SYSTEM_NAME Generic) # which compilers to use for C and C++ SET(CMAKE_C_COMPILER /usr/bin/clang) |