Skip to content

Commit

Permalink
Fixed libdis6 config file (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
crhowell3 authored Jun 30, 2024
1 parent 6902d91 commit b861fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/libdis6-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(LIBDIS6_VERSION @PROJECT_VERSION@)

set_and_check(LIBDIS6_INCLUDE_DIR "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@")
set_and_check(LIBDIS6_LIB_DIR "@PACKAGE_CMAKE_INSTALL_LIBDIR@")
set_and_check(LIBDIS6_PACKAGE_DIR "@PACKAGE_CMAKE_INSTALL_LIBDIR@/cmake/libdis6-@PROJECT_VERSION@")
set_and_check(LIBDIS6_PACKAGE_DIR "@PACKAGE_CMAKE_INSTALL_LIBDIR@/cmake/libdis6")
if (${_NAME}_doc_FOUND)
set_and_check(LIBDIS6_DOC_DIR "@PACKAGE_CMAKE_INSTALL_DOCDIR@")
endif()
Expand Down

0 comments on commit b861fa3

Please sign in to comment.