LaKabane / libtuntap

The portable Tun/Tap devices configuration utility
193 stars 63 forks source link

modify CMakeLists.txt #33

Closed lijiageng closed 4 years ago

lijiageng commented 4 years ago

set(CMAKE_INSTALL_PREFIX "/usr") will nullify cmake -DCMAKE_INSTALL_PREFIX=/xxx , the user-specified value should be used first.

chipot commented 4 years ago

You are absolutely correct, thanks for the PR.