Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
0nullpointer authored Nov 9, 2023
1 parent 21d4841 commit 53915f1
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 @@ -263,7 +263,7 @@ 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_EXAMPLES OFF)
set(CLIP_BUILD_TESTS OFF)
set_target_properties(ggml PROPERTIES POSITION_INDEPENDENT_CODE ON)
set_target_properties(clip PROPERTIES POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 53915f1

Please sign in to comment.