Skip to content

Commit

Permalink
[cmake] Fix target inclusion directory to use GNUInstallDirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Mar 1, 2024
1 parent 1ac5c87 commit e920575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/cmake/app4triqs-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(@PROJECT_NAME@_ROOT @CMAKE_INSTALL_PREFIX@ CACHE STRING "@PROJECT_NAME@ root
#find_dep(depname 1.0)

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

message(STATUS "Found @PROJECT_NAME@-config.cmake with version @PROJECT_VERSION@, hash = @PROJECT_GIT_HASH@, root = @CMAKE_INSTALL_PREFIX@")

Expand Down

0 comments on commit e920575

Please sign in to comment.