Skip to content

Commit

Permalink
Update CMakeLists.txt to build examples by default
Browse files Browse the repository at this point in the history
  • Loading branch information
0nullpointer authored Nov 9, 2023
1 parent 3002028 commit 630b47d
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 @@ -25,7 +25,7 @@ endif()
# general
option(CLIP_STATIC "CLIP: static link libraries" OFF)
option(CLIP_BUILD_TESTS "CLIP: build tests" ${CLIP_STANDALONE})
option(CLIP_BUILD_EXAMPLES "CLIP: build examples" ${CLIP_STANDALONE})
option(CLIP_BUILD_EXAMPLES "CLIP: build examples" ON)
option(CLIP_BUILD_IMAGE_SEARCH "CLIP: build image-search" OFF)
option(CLIP_NATIVE "CLIP: enable -march=native flag" ON)
option(CLIP_LTO "CLIP: enable link time optimization" OFF)
Expand Down

0 comments on commit 630b47d

Please sign in to comment.