Browse Source

Revert "Deps libdir for libcurl on linux to land to the same directory"

This reverts commit 38d06d57a0087b71b0a3ce71adec60e0efa8b422.
bubnikv 5 years ago
parent
commit
d5bcddeed3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      deps/deps-linux.cmake

+ 0 - 1
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"