Skip to content

Commit

Permalink
SAIL: Update SAIL_BUILD_BINDINGS docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Sep 23, 2024
1 parent 0af8501 commit 8c3a860
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 @@ -76,10 +76,10 @@ endif()
# Options
#
option(SAIL_BUILD_APPS "Build applications." ON)
option(SAIL_BUILD_BINDINGS "Build the C++ and other bindings." ON)
option(SAIL_BUILD_EXAMPLES "Build examples." ON)
option(SAIL_DEV "Enable developer mode. Be more strict when compiling source code, for example." OFF)
option(SAIL_ENABLE_OPENMP "Enable OpenMP support if it's available in the compiler." ON)
option(SAIL_BUILD_BINDINGS "Build the C++ and other bindings. Set to OFF if only building C code." ON)
set(SAIL_ENABLE_CODECS "" CACHE STRING "Forcefully enable the codecs specified in this ';'-separated list. \
If an enabled codec fails to find its dependencies, the configuration process fails. \
One can also specify not just individual codecs but codec groups by their priority like that: highest-priority;xbm. \
Expand Down

0 comments on commit 8c3a860

Please sign in to comment.