Skip to content

Commit 55aeaa4

Browse files
committed
fix linting error
1 parent 6141344 commit 55aeaa4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/models/llama/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,4 @@ endif()
219219
target_include_directories(llama_main PUBLIC ${_common_include_directories})
220220
target_link_libraries(llama_main PUBLIC llama_runner ${link_libraries})
221221
target_compile_options(llama_main PUBLIC ${_common_compile_options})
222-
set_target_properties(
223-
llama_main PROPERTIES LINK_FLAGS "-Wl,-rpath='$ORIGIN'"
224-
)
222+
set_target_properties(llama_main PROPERTIES LINK_FLAGS "-Wl,-rpath='$ORIGIN'")

0 commit comments

Comments
 (0)