Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 45b851a

Browse filesBrowse files
committed
Fixes warning:
CMake Warning (dev) in CMakeLists.txt: A logical block opening on the line E:/Coding/CLONED/llama-cpp-python/CMakeLists.txt:9 (if) closes on the line E:/Coding/CLONED/llama-cpp-python/CMakeLists.txt:31 (endif) with mis-matching arguments. This warning is for project developers. Use -Wno-dev to suppress it.
1 parent 1a13d76 commit 45b851a
Copy full SHA for 45b851a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines 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(UNIX AND NOT FORCE_CMAKE)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.