From f333a3b6a2c2ec855d980864ed3d3f98ebf6a3a7 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 6 Nov 2014 20:09:41 +0100 Subject: Don't hardcode /usr/bin/clang --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55620e4..6ea346d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ configure_file( ${CMAKE_SOURCE_DIR}/src/config.h ) -set(CMAKE_C_COMPILER "/usr/bin/clang") +set(CMAKE_C_COMPILER "clang") set(CMAKE_C_FLAGS "-Weverything") set(CMAKE_C_STANDARD 11) add_definitions( -- cgit v1.2.3-54-g00ecf