summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-05-24 12:08:58 -0400
committeracxz2020-05-24 12:08:58 -0400
commitdb115e468644c9b16c1b2599c551a4a843a6b0d9 (patch)
treece0d411e52c0bbdd71246c54a8dd8d13f905ef44 /PKGBUILD
parent986fc87894e961b8e677b232668a61daac27dd97 (diff)
downloadaur-ros-noetic-rosbag-migration-rule.tar.gz
upd to noetic, cmake vars, python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89a6c65c15df..400f6614037c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,10 +41,9 @@ build() {
# Build the project.
cmake ${srcdir}/${_dir} \
- -DCMAKE_BUILD_TYPE=Release \
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/noetic \
- -DPYTHON_EXECUTABLE=/usr/bin/python3 \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}