Skip to content

Commit 97a1820

Browse files
committed
Removed explicit path to clang
1 parent ccf8e31 commit 97a1820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0157)
2424
cmake_policy(SET CMP0157 NEW)
2525
endif()
2626

27-
set(CMAKE_C_COMPILER "/usr/bin/clang")
27+
set(CMAKE_C_COMPILER clang)
2828

2929
project(Foundation
3030
LANGUAGES C Swift)

0 commit comments

Comments
 (0)