mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
graphics/colmap: fix build with ceres-solver-2.2.0.r1
PR: 274200 Reported by: fuz (maintainer) See also: https://github.com/colmap/colmap/issues/1496
This commit is contained in:
parent
b32bba6b23
commit
943d012d6d
@ -1,6 +1,6 @@
|
||||
PORTNAME= colmap
|
||||
DISTVERSION= 3.8
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= fuz@FreeBSD.org
|
||||
@ -28,6 +28,7 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
||||
|
||||
USES= cmake compiler:${OPENMP}c++11-lib desktop-file-utils eigen:3 gl \
|
||||
localbase python:env qt:5 sqlite
|
||||
USE_CXXSTD= c++17
|
||||
USE_GITHUB= yes
|
||||
USE_GL= gl glew
|
||||
USE_QT= core gui widgets buildtools:build opengl:build qmake:build
|
||||
|
Loading…
Reference in New Issue
Block a user