Skip to content
Snippets Groups Projects
Commit 7bf27b1e authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

cmake: add libsvace to static dependency list

We run SVACE on static build. It doesn't compile unless libsvace is in
the allow list.

Follow-up #9242

NO_DOC=build
NO_TEST=build
NO_CHANGELOG=build

(cherry picked from commit a6a8ef68)
parent be2eda3d
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ elseif(UNIX)
libm
libgcc_s
libpthread
libsvace
)
else()
message(FATAL_ERROR "Unknown platform")
......
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