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.
2 parents ff25510 + e7629c3 commit 1452ec2Copy full SHA for 1452ec2
config.cmake.in
@@ -9,5 +9,5 @@ include(CMakeFindDependencyMacro)
9
enable_language(C) #required for MPI::MPI_C
10
find_dependency(MPI)
11
find_dependency(ADIOS2 CONFIG HINTS @ADIOS2_DIR@)
12
-find_dependency(perfstubs)
+find_dependency(perfstubs CONFIG HINTS @perfstubs_DIR@)
13
0 commit comments