summaryrefslogtreecommitdiff
path: root/examples/parallel/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/parallel/CMakeLists.txt')
-rw-r--r--examples/parallel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/parallel/CMakeLists.txt b/examples/parallel/CMakeLists.txt
index 319535a6..c13557ba 100644
--- a/examples/parallel/CMakeLists.txt
+++ b/examples/parallel/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(TARGET parallel)
+set(TARGET llama-parallel)
add_executable(${TARGET} parallel.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})