Commit 45c5abea authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Compile snappy in lib folder.

Currently libsnappy is being compiled in the folder lib64 in some
OSes (e.g. SUSE SLE 15.6).
This is a problem because some dependents look for the library in the
lib subdirectory.
This change forces snappy to always use the lib directory.

See merge request !1581
parent b33de79e
Pipeline #34622 failed with stage
in 0 seconds
......@@ -14,3 +14,4 @@ configure-options =
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=@@LOCATION@@
-DBUILD_SHARED_LIBS=ON
-DCMAKE_INSTALL_LIBDIR=lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment