Skip to content

Commit 8d0ab3b

Browse files
Merge pull request #133 from myd7349/experimental-filesystem-patch
Fix experimental filesystem support
2 parents b205027 + eed3549 commit 8d0ab3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/matplot/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
find_package(Filesystem REQUIRED)
1+
find_package(Filesystem REQUIRED COMPONENTS Experimental Final)
22

33
add_library(matplot
44
matplot.h

0 commit comments

Comments
 (0)