We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7027b27 commit 27615f5Copy full SHA for 27615f5
common/CMakeLists.txt
@@ -84,4 +84,4 @@ endif ()
84
85
target_include_directories(${TARGET} PUBLIC .)
86
target_compile_features(${TARGET} PUBLIC cxx_std_11)
87
-target_link_libraries(${TARGET} PRIVATE ${LLAMA_COMMON_EXTRA_LIBS} PUBLIC llama)
+target_link_libraries(${TARGET} PRIVATE ${LLAMA_COMMON_EXTRA_LIBS} PUBLIC llama Threads::Threads)
0 commit comments