mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
4 lines
139 B
CMake
4 lines
139 B
CMake
find_library(GMP_LIBRARY NAMES gmp )
|
|
include(FindPackageHandleStandardArgs)
|
|
find_package_handle_standard_args(GMP DEFAULT_MSG GMP_LIBRARY)
|