Skip to content
Snippets Groups Projects
Commit 3a6021ea authored by Ilya Verbin's avatar Ilya Verbin Committed by Vladimir Davydov
Browse files

cmake: normalize ENABLE_BACKTRACE option

CMake accepts the following case-insensitive values as true: 1, ON, YES,
TRUE, Y, or a non-zero number (including floating point numbers). This
complicates the parsing of ENABLE_BACKTRACE in `tarantool.build.options`.
Fix this by defining it to TRUE for any true value.

Part of #7535

NO_DOC=internal
NO_CHANGELOG=internal
parent 16d6e9d2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment