Skip to content

Commit

Permalink
Add static clip build option
Browse files Browse the repository at this point in the history
  • Loading branch information
0nullpointer authored Nov 14, 2023
1 parent 12b7482 commit 730b2ca
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 @@ -23,7 +23,7 @@ endif()
#

# general
option(CLIP_STATIC "CLIP: static link libraries" OFF)
option(CLIP_STATIC "CLIP: static link libraries" ON)
option(CLIP_BUILD_TESTS "CLIP: build tests" ${CLIP_STANDALONE})
option(CLIP_BUILD_EXAMPLES "CLIP: build examples" ON)
option(CLIP_BUILD_IMAGE_SEARCH "CLIP: build image-search" OFF)
Expand Down

0 comments on commit 730b2ca

Please sign in to comment.