Skip to content

Commit

Permalink
Fixing fprops-config.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsd committed Aug 22, 2024
1 parent e05b57c commit c33afe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/fprops-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/fprops-targets.cmake")
include(FindPackageHandleStandardArgs)

find_library(FPROPS_LIBRARY NAMES fprops HINTS ${PACKAGE_PREFIX_DIR}/lib NO_DEFAULT_PATH)
find_path(FPROPS_INCLUDE_DIR SinglePhaseFluidProperties.h HINTS ${PACKAGE_PREFIX_DIR}/include/fprops)
find_path(FPROPS_INCLUDE_DIR fprops.h HINTS ${PACKAGE_PREFIX_DIR}/include/fprops)

find_package_handle_standard_args(
fprops
Expand Down

0 comments on commit c33afe2

Please sign in to comment.