aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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(