Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 1a1400c

Browse files
committed
remove redundant build command
1 parent 1e47736 commit 1a1400c

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
@@ -57,7 +57,7 @@ add_executable(${PROJECT_NAME} main.cc)
5757
#
5858
# and comment out the following lines
5959
find_package(Drogon CONFIG REQUIRED)
60-
target_link_libraries(${PROJECT_NAME} PRIVATE Drogon::Drogon common llama llava
60+
target_link_libraries(${PROJECT_NAME} PRIVATE Drogon::Drogon common llava
6161
${CMAKE_THREAD_LIBS_INIT})
6262

6363
# ##############################################################################

0 commit comments

Comments
 (0)