Skip to content

Commit 533e0dc

Browse files
committed
add msg
1 parent 26166a4 commit 533e0dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ add_subdirectory(src)
168168
# utils, programs, examples and tests
169169
#
170170

171-
if (NOT LLAMA_BUILD_EXAMPLES OR NOT LLAMA_BUILD_COMMON)
171+
if (NOT LLAMA_BUILD_COMMON)
172+
message(STATUS "LLAMA_BUILD_COMMON is OFF, disabling LLAMA_CURL")
172173
set(LLAMA_CURL OFF)
173174
endif()
174175

0 commit comments

Comments
 (0)