summaryrefslogtreecommitdiff
path: root/examples/perplexity/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/perplexity/CMakeLists.txt')
-rw-r--r--examples/perplexity/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/perplexity/CMakeLists.txt b/examples/perplexity/CMakeLists.txt
index af00b4e1..3c76d322 100644
--- a/examples/perplexity/CMakeLists.txt
+++ b/examples/perplexity/CMakeLists.txt
@@ -3,6 +3,3 @@ add_executable(${TARGET} perplexity.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PRIVATE cxx_std_11)
-if(TARGET BUILD_INFO)
- add_dependencies(${TARGET} BUILD_INFO)
-endif()