Skip to content

Commit

Permalink
[cmake] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simogasp committed Feb 20, 2021
1 parent d38ee5f commit f23f179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/AliceVisionConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if(ALICEVISION_HAVE_CCTAG)
find_dependency(CCTag 1.0.0)
endif()

# whether it is built with CCTags
# whether it is built with Popsift
set(ALICEVISION_HAVE_POPSIFT @ALICEVISION_HAVE_POPSIFT@)

if(ALICEVISION_HAVE_POPSIFT)
Expand Down

0 comments on commit f23f179

Please sign in to comment.