Skip to content

Commit

Permalink
Merge pull request #89 from andrsd/cmake-imp
Browse files Browse the repository at this point in the history
Hide cached variables set in find fprops module
  • Loading branch information
andrsd authored Aug 24, 2024
2 parents 5abc68c + dc403e1 commit 19e95a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake/fprops-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ find_package_handle_standard_args(
REQUIRED_VARS FPROPS_LIBRARY FPROPS_INCLUDE_DIR
VERSION_VAR FPROPS_VERSION
)

mark_as_advanced(
FPROPS_INCLUDE_DIR
FPROPS_LIBRARY
FPROPS_VERSION
)

0 comments on commit 19e95a4

Please sign in to comment.