Skip to content

Commit

Permalink
Merge pull request #4365 from timokoch/patch-1
Browse files Browse the repository at this point in the history
Correctly add GMP::gmp as transitive dependency in FindGMP.cmake
  • Loading branch information
akva2 authored Nov 29, 2024
2 parents 921574b + b99728e commit a1a08cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindGMP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ if(GMP_FOUND)
set_target_properties(GMP::gmpxx PROPERTIES
IMPORTED_LOCATION ${GMPXX_LIBRARY}
INTERFACE_INCLUDE_DIRECTORIES ${GMPXX_INCLUDE_DIR}
TARGET_LINK_LIBRARIES GMP::gmp)
INTERFACE_LINK_LIBRARIES GMP::gmp)
endif()
endif()

0 comments on commit a1a08cc

Please sign in to comment.