Skip to content

Commit

Permalink
fix: Typo in sources.cmake resulted in failed source deduplication (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naville authored Dec 9, 2022
1 parent f11e96a commit 206aab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptopp/sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 206aab4

Please sign in to comment.