Skip to content

Commit

Permalink
Fix Config.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean1995 committed Feb 29, 2024
1 parent c3b01b7 commit e39b512
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PROPOSAL/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ set (PROPOSAL_VERSION_MAJOR "@PROPOSAL_VERSION_MAJOR@")
set (PROPOSAL_VERSION_MINOR "@PROPOSAL_VERSION_MINOR@")
set (PROPOSAL_VERSION_PATCH "@PROPOSAL_VERSION_PATCH@")

set_and_check(PROPOSAL_INCLUDE_DIR "@PACKAGE_PREFIX_DIR@/@CMAKE_INSTALL_INCLUDEDIR@")
set_and_check(PROPOSAL_INCLUDE_DIRS "@PACKAGE_PREFIX_DIR@/@CMAKE_INSTALL_INCLUDEDIR@")
set_and_check(PROPOSAL_LIBRARIES "@PACKAGE_PREFIX_DIR@/@CMAKE_INSTALL_LIBDIR@/$<TARGET_FILE_NAME:PROPOSAL>")
set_and_check(PROPOSAL_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include")
set_and_check(PROPOSAL_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include")
set_and_check(PROPOSAL_LIBRARIES "@CMAKE_INSTALL_PREFIX@/lib")

0 comments on commit e39b512

Please sign in to comment.