Skip to content

Commit

Permalink
Update Cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Oct 25, 2023
1 parent da0e0e9 commit c229ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ add_library(clip
target_include_directories(clip PUBLIC .)
target_compile_features(clip PUBLIC cxx_std_11)
target_link_libraries(clip PRIVATE ggml ${CLIP_EXTRA_LIBS})

set(BUILD_SHARED_LIBS ON)
if (BUILD_SHARED_LIBS)
set(CLIP_BUILD_EXAMPLES OFF)
set(CLIP_BUILD_TESTS OFF)
Expand Down

0 comments on commit c229ac0

Please sign in to comment.