summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Steckelmacher <steckdenis@yahoo.fr>2011-06-16 18:41:32 +0200
committerDenis Steckelmacher <steckdenis@yahoo.fr>2011-06-16 18:42:54 +0200
commit96472127626b508017a5be641f5aae82944e96bf (patch)
tree3475300a3da02d3b1c93244c28b4e64b680e73eb
parent21d476ddf26082e334fa007ccc8857079b499857 (diff)
No need to link with the Gallium libraries
We currently don't need them and openSUSE has difficulties regarding them.
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 80db651..9f02d31 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -54,7 +54,7 @@ set_target_properties(OpenCL PROPERTIES
TARGET_LINK_LIBRARIES(OpenCL
${CLANG_LIBS}
- ${LLVM_LIBS_CORE}
+# ${LLVM_LIBS_CORE}
pthread
rt
# ${GALLIUM_LIBS}