We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ff572 commit 3b4e2b9Copy full SHA for 3b4e2b9
matplot++-config.cmake.in
@@ -6,9 +6,9 @@ if(NOT ${MATPLOT_BUILT_SHARED})
6
7
list(APPEND CMAKE_MODULE_PATH ${MATPLOT_CONFIG_INSTALL_DIR})
8
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
9
- find_dependency(Filesystem)
+ find_dependency(Filesystem COMPONENTS Experimental Final)
10
list(POP_BACK CMAKE_MODULE_PATH)
11
endif()
12
13
include("${CMAKE_CURRENT_LIST_DIR}/Matplot++Targets.cmake")
14
-check_required_components(Matplot++)
+check_required_components(Matplot++)
0 commit comments