lpereira / lwan

Experimental, scalable, high performance HTTP server

Home Page:https://lwan.ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build does not honor CMAKE_INSTALL_LIBDIR

jirutka opened this issue · comments

Standard way how to change name of the lib directory (lib, or lib64) in CMake is CMAKE_INSTALL_LIBDIR, but this does not work here. lwan defines a custom variable INSTALL_LIB_DIR instead, but setting it to lib results in a wrong destination location.