summarylogtreecommitdiffstats
path: root/0001-chipmachine-rpath.patch
blob: 9ced0fb2c27bc0d8a7ee986e8f187bb57a02b059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a21e7e..24e5b9f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,6 @@ set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
-link_directories(/usr/local/lib /usr/local/Cellar/llvm/6.0.1/lib)
 include_directories(/usr/local/include)
 
 find_program(CCACHE_PROGRAM ccache)