From eb9e592b5a3e3dc6388bf46089757289687c085d Mon Sep 17 00:00:00 2001 From: RickiNano <81099017+RickiNano@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:48:21 +0100 Subject: [PATCH] Revert "test" This reverts commit f2d81b28980bcba16a16811fe2db2ed7e19e08c9. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e9e5b3fdf..2b3cf07748 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -602,8 +602,6 @@ add_library( submodules/cryptopp/seckey.h submodules/cryptopp/siphash.h submodules/cryptopp/words.h - submodules/cryptopp/x64dll.asm - submodules/cryptopp/x64masm.asm ${CRYPTOPP_EXTRA}) target_include_directories(cryptopp PUBLIC submodules)