Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2020-03-21 13:55:51 +0300
committerbubnikv <bubnikv@gmail.com>2020-03-21 13:55:51 +0300
commitd5bcddeed333e6be567de517bc22c69fc5559b7e (patch)
treee80427b0ac2a427c18ec596e97268e6b30ad55b4
parentbf64f0099b201d8780d22086ef81d0ae0e5c1719 (diff)
Revert "Deps libdir for libcurl on linux to land to the same directory"version_2.2.0
This reverts commit 38d06d57a0087b71b0a3ce71adec60e0efa8b422.
-rw-r--r--deps/deps-linux.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/deps-linux.cmake b/deps/deps-linux.cmake
index 2604a4778..9050a0701 100644
--- a/deps/deps-linux.cmake
+++ b/deps/deps-linux.cmake
@@ -47,7 +47,6 @@ ExternalProject_Add(dep_libcurl
URL_HASH SHA256=cc245bf9a1a42a45df491501d97d5593392a03f7b4f07b952793518d97666115
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./configure
- "--libdir=${DESTDIR}/usr/local/lib"
--enable-static
--disable-shared
"--with-ssl=${DESTDIR}/usr/local"