Skip to content

Commit 7553bd4

Browse files
committed
2 parents ee95a57 + 93bba94 commit 7553bd4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9299,6 +9299,13 @@ If contributing to the documentation, please edit [`README.md`](README.md) direc
92999299
<sub><b>Niclas Wall Wennerdal</b></sub>
93009300
</a>
93019301
</td>
9302+
<td align="center">
9303+
<a href="https://github.com/solosuper">
9304+
<img src="https://avatars.githubusercontent.com/u/11663739?v=4" width="100;" alt="solosuper"/>
9305+
<br />
9306+
<sub><b>Solo Super</b></sub>
9307+
</a>
9308+
</td>
93029309
<td align="center">
93039310
<a href="https://github.com/acxz">
93049311
<img src="https://avatars.githubusercontent.com/u/17132214?v=4" width="100;" alt="acxz"/>

matplot++-config.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ if(NOT ${MATPLOT_BUILT_SHARED})
66

77
list(APPEND CMAKE_MODULE_PATH ${MATPLOT_CONFIG_INSTALL_DIR})
88
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
9-
find_dependency(Filesystem)
9+
find_dependency(Filesystem COMPONENTS Experimental Final)
1010
list(POP_BACK CMAKE_MODULE_PATH)
1111
endif()
1212

1313
include("${CMAKE_CURRENT_LIST_DIR}/Matplot++Targets.cmake")
14-
check_required_components(Matplot++)
14+
check_required_components(Matplot++)

0 commit comments

Comments
 (0)