noloader / cryptopp-cmake

CMake files for Crypto++ project
BSD 3-Clause "New" or "Revised" License
92 stars 68 forks source link

Remove duplicate cryptest.exe #55

Closed patstew closed 2 years ago

patstew commented 4 years ago

It's not possible to build with ninja on linux, you get the following error:

ninja: warning: phony target 'cryptest.exe' names itself as an input; ignoring [-w phonycycle=warn]
ninja: error: build.ninja:1815: multiple rules generate cryptest.exe [-w dupbuild=err]

I've removed the duplicate target.

abdes commented 2 years ago

This was fixed in the latest master branch.