cryptopp-cmake icon indicating copy to clipboard operation
cryptopp-cmake copied to clipboard

Remove duplicate cryptest.exe

Open patstew opened this issue 5 years ago • 0 comments

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.

patstew avatar Feb 27 '20 17:02 patstew