exiv2: fix compilation with GCC7

Needs experimental filesystem.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
main
Rosen Penev 2 years ago
parent c827648127
commit a2d6996ca2

@ -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") message(WARNING "Python3 was not found. Python tests under the 'tests' folder will not be executed")
endif() endif()
find_package(Filesystem REQUIRED) find_package(Filesystem COMPONENTS Experimental Final REQUIRED)
# don't use Frameworks on the Mac (#966) # don't use Frameworks on the Mac (#966)
if (APPLE) if (APPLE)

Loading…
Cancel
Save