diff --git a/cmake/findDependencies.cmake b/cmake/findDependencies.cmake index 1075c30314..cd1a97f261 100644 --- a/cmake/findDependencies.cmake +++ b/cmake/findDependencies.cmake @@ -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)