File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -412,11 +412,11 @@ by:
412412find_package(PackageName)
413413```
414414
415- It sets variable ` <PackageName>_FOUND ` and other optional variables, such as
416- ` <PackageName>_VERSION ` , ` <PackageName>_INCLUDE_DIRS ` , which are managed by
417- CMake's ` FindPackageHandleStandardArgs ` . Recommendation for find modules is that
418- they should expose imported targets, such as ` PackageName::PackageName ` which
419- can be then linked to a target in the project:
415+ This sets variable ` <PackageName>_FOUND ` variable, which is managed by the
416+ CMake's
417+ [ FindPackageHandleStandardArgs] ( https://cmake.org/cmake/help/latest/module/FindPackageHandleStandardArgs.html )
418+ module. Find modules should expose imported targets, such as
419+ ` PackageName::PackageName ` which can be then linked to a target in the project:
420420
421421``` cmake
422422find_package(PackageName)
You can’t perform that action at this time.
0 commit comments