We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fad466 commit f85c0ccCopy full SHA for f85c0cc
1 file changed
INSTALL.md
@@ -71,8 +71,8 @@ Because we are linking to HDF5, the following **external dependencies** must be
71
If you are using CMake and did extend the `CMAKE_PREFIX_PATH`, linking against libSplash in your `CMakeLists.txt` is as easy as:
72
```cmake
73
# optional: specifiy (minimal) version, require Splash and specific components, e.g.
74
-# (Splash 1.7.0 REQUIRED COMPONENTS PARALLEL)
75
-find_package(Splash 1.7.0 REQUIRED)
+# (Splash 1.7.0 REQUIRED CONFIG COMPONENTS PARALLEL)
+find_package(Splash 1.7.0 REQUIRED CONFIG)
76
77
target_link_libraries(YourTarget PUBLIC Splash::Splash)
78
```
0 commit comments