Skip to content

Commit

Permalink
[cmake] Fix inclusion of targets file in cppdlr-config.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Mar 6, 2024
1 parent 4d2402f commit cd09b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/cmake/cppdlr-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ find_dep(nda 1.2)

# Include the exported targets of this project
include(@CMAKE_INSTALL_PREFIX@/@FMT_CMAKE_DIR@/fmt-targets.cmake)
include(@CMAKE_INSTALL_PREFIX@/lib/cmake/@PROJECT_NAME@/@PROJECT_NAME@-targets.cmake)
include(@CMAKE_INSTALL_FULL_LIBDIR@/cmake/@PROJECT_NAME@/@PROJECT_NAME@-targets.cmake)

message(STATUS "Found @[email protected] with version @PROJECT_VERSION@, hash = @PROJECT_GIT_HASH@, root = @CMAKE_INSTALL_PREFIX@")

Expand Down

0 comments on commit cd09b35

Please sign in to comment.