diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index f85bd158..55f21dc7 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -17,10 +17,4 @@ endif | |||
17 | 17 | ||
18 | 18 | ||
19 | %: | 19 | %: |
20 | dh $@ | 20 | dh $@ --buildsystem=cmake |
21 | |||
22 | override_dh_auto_configure: | ||
23 | cmake . $(LAGRANGE_CMAKE_FLAGS) -DCMAKE_INSTALL_PREFIX=/usr/ | ||
24 | |||
25 | override_dh_auto_build: | ||
26 | cmake --build . | ||