From 9531b393ab0e6f0c91f631528c853926b4d1243b Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Fri, 4 Jan 2019 17:19:14 +0100 Subject: [PATCH] Add clang as a commented-out option in the build. --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f126c7d..72a1df5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,8 +9,8 @@ project (Scyther) # I need 2.4 for flex/etc although it does not run yet CMAKE_MINIMUM_REQUIRED(VERSION 2.4) -# Try llvm -#set (CMAKE_C_COMPILER "llvm-gcc") +# Try clang +#set (CMAKE_C_COMPILER "clang") # List all the source files set (Scyther_sources