From 206aab4cb1e6e78b8460b8c0fe08449c280e321e Mon Sep 17 00:00:00 2001 From: Zhang <5205699+Naville@users.noreply.github.com> Date: Sat, 10 Dec 2022 02:18:37 +0800 Subject: [PATCH] fix: Typo in sources.cmake resulted in failed source deduplication (#41) --- cryptopp/sources.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptopp/sources.cmake b/cryptopp/sources.cmake index f428da1..f12d15f 100644 --- a/cryptopp/sources.cmake +++ b/cryptopp/sources.cmake @@ -404,7 +404,7 @@ set(cryptopp_HEADERS_TEST bench.h factory.h validate.h) list( REMOVE_ITEM cryptopp_SOURCES - $cryptlib.cpp + cryptlib.cpp cpu.cpp integer.cpp pch.cpp