8000 Fix CMakeLists.txt · HardSoft2023/llama-cpp-python@341c50b · GitHub
[go: up one dir, main page]

Skip to content

Commit 341c50b

Browse files
committed
Fix CMakeLists.txt
1 parent cbac19b commit 341c50b

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
@@ -28,4 +28,4 @@ else()
2828
LIBRARY DESTINATION llama_cpp
2929
RUNTIME DESTINATION llama_cpp
3030
)
31-
endif(UNIX)
31+
endif()

0 commit comments

Comments
 (0)
0