diff options
author | Nick Terrell <terrelln@fb.com> | 2020-08-20 01:06:49 (GMT) |
---|---|---|
committer | Nick Terrell <terrelln@fb.com> | 2020-08-20 01:08:43 (GMT) |
commit | 31d477db07c999afd639c3a37105894ecbf710fc (patch) | |
tree | e78732be6e4b08577d37973aa78ba25a38407863 /contrib/debian | |
parent | fa5435bca9140c10bd1756d96e1b52a11e88d0ad (diff) | |
download | lz4-31d477db07c999afd639c3a37105894ecbf710fc.zip lz4-31d477db07c999afd639c3a37105894ecbf710fc.tar.gz lz4-31d477db07c999afd639c3a37105894ecbf710fc.tar.bz2 |
[build] Move CMake and Visual build systems to build/
Fixes #852.
Diffstat (limited to 'contrib/debian')
-rwxr-xr-x | contrib/debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/debian/rules b/contrib/debian/rules index 748e68d..c897bc5 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -4,5 +4,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk -DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo ../cmake_unofficial - +DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo ../../build/cmake |