Skip to content
Snippets Groups Projects
Commit c4d70795 authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Sergey Kaplun
Browse files

cmake: fix building statically by Ninja

An attempt to build Tarantool statically by Ninja (with the
enabled CMake option BUILD_STATIC_WITH_BUNDLED_LIBS), error below
is produced:

 | ninja: error: build.ninja:1405: bad $-escape
 | (literal $ must be written as $$)

The commit fixes that error. Follows up commit c92a1699
("cmake: support build using Ninja").

NO_CHANGELOG=build
NO_DOC=build
NO_TEST=build

(cherry picked from commit d48c40e69495b8cc3475ea0b184768054d87b780)
parent a1a09fdb
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