Skip to content

Commit e3049b2

Browse files
committed
[src] Update CCTag version to use 1.0.4
1 parent 7b7dac1 commit e3049b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ set(ALICEVISION_HAVE_CCTAG 0)
791791
if(ALICEVISION_BUILD_SFM)
792792
if(NOT ALICEVISION_USE_CCTAG STREQUAL "OFF")
793793
if(ALICEVISION_HAVE_OPENCV)
794-
find_package(CCTag 1.0.0 CONFIG)
794+
find_package(CCTag 1.0.4 CONFIG)
795795

796796
if(CCTag_FOUND)
797797
set(ALICEVISION_HAVE_CCTAG 1)

0 commit comments

Comments
 (0)