diff options
author | acxz | 2020-05-24 12:09:29 -0400 |
---|---|---|
committer | acxz | 2020-05-24 12:09:29 -0400 |
commit | f59e544df80aeb2ff7d83eb496c98609919d005f (patch) | |
tree | 212bae14e0c930471e3e213b153c876d564bc919 | |
parent | b7ff290d670901b8f1a0d9db9980882f15de7ab3 (diff) | |
download | aur-f59e544df80aeb2ff7d83eb496c98609919d005f.tar.gz |
upd to noetic, cmake vars, python
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 } |