Skip to content

Commit

Permalink
[cmake] Correct target file inclusion PATH to be absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Mar 1, 2024
1 parent 6684069 commit ba722c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/cmake/nda-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(@PythonSupport@)
endif()

# Include the exported targets of this project
include(@CMAKE_INSTALL_LIBDIR@/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 ba722c2

Please sign in to comment.