Last commit forgot to update cmake include files and so broke downstream builds. This fixes that

This commit is contained in:
sfn 2025-10-25 13:36:02 +02:00
parent 7d188ea046
commit b707cfca2a
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = alice-vision
pkgdesc = Photogrammetric Computer Vision Framework which provides 3D Reconstruction and Camera Tracking algorithms
pkgver = 3.3.0
pkgrel = 7
pkgrel = 8
url = https://alicevision.org/
arch = x86_64
license = MPL-2.0

View file

@ -4,7 +4,7 @@
pkgname='alice-vision'
pkgver=3.3.0
pkgrel=7
pkgrel=8
options=('!debug') # debug package is kinda big -- needs investigation!
pkgdesc="Photogrammetric Computer Vision Framework which provides 3D Reconstruction and Camera Tracking algorithms"
arch=('x86_64')
@ -71,6 +71,7 @@ prepare() {
sed '/Boost::system/d' -i src/software/convert/CMakeLists.txt
sed '/Boost::system/d' -i src/aliceVision/system/CMakeLists.txt
sed '/Boost::system/d' -i src/aliceVision/sensorDB/CMakeLists.txt
sed 's|serialization system thread|serialization thread|g' -i src/CMakeLists.txt
}