aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/FindCLN.cmake
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-08-08 23:23:15 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-08-09 01:02:59 +0800
commitc7a0f441591de8b3ee0adc09c70146319e79dc93 (patch)
treeeb8ce4f0462486aa5c4ed687ff21e3111e2660f1 /cmake/FindCLN.cmake
parent9b4546c487bc59e790716a11531e660110ca81e9 (diff)
downloaddexon-solidity-c7a0f441591de8b3ee0adc09c70146319e79dc93.tar.gz
dexon-solidity-c7a0f441591de8b3ee0adc09c70146319e79dc93.tar.zst
dexon-solidity-c7a0f441591de8b3ee0adc09c70146319e79dc93.zip
Do not force GMP to be present as dependency of CVC4, but also allow CLN instead.
Diffstat (limited to 'cmake/FindCLN.cmake')
-rw-r--r--cmake/FindCLN.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindCLN.cmake b/cmake/FindCLN.cmake
new file mode 100644
index 00000000..f2234bb4
--- /dev/null
+++ b/cmake/FindCLN.cmake
@@ -0,0 +1,3 @@
+find_library(CLN_LIBRARY NAMES cln)
+include(FindPackageHandleStandardArgs)
+find_package_handle_standard_args(CLN DEFAULT_MSG CLN_LIBRARY)