Skip to content

Commit

Permalink
exiv2: fix compilation with GCC7
Browse files Browse the repository at this point in the history
Needs experimental filesystem.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Jul 19, 2023
1 parent c827648 commit a2d6996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/findDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (NOT Python3_Interpreter_FOUND)
message(WARNING "Python3 was not found. Python tests under the 'tests' folder will not be executed")
endif()

find_package(Filesystem REQUIRED)
find_package(Filesystem COMPONENTS Experimental Final REQUIRED)

# don't use Frameworks on the Mac (#966)
if (APPLE)
Expand Down

0 comments on commit a2d6996

Please sign in to comment.