noloader / cryptopp-cmake

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

RPI cross compile fails #73

Closed nareshn2003 closed 2 years ago

nareshn2003 commented 3 years ago

Hi

I am trying to build cryptopp using cmake in Raspberry PI cross compile ,but i am getting this error.

-- Performing Test CRYPTOPP_ARMV7A_NEON -- Performing Test CRYPTOPP_ARMV7A_NEON - Failed -- Performing Test CRYPTOPP_ARMV7A_HARD -- Performing Test CRYPTOPP_ARMV7A_HARD - Failed -- Performing Test CRYPTOPP_ARMV7A_SOFTFP -- Performing Test CRYPTOPP_ARMV7A_SOFTFP - Failed CMake Error at buildARM/_deps/cryptopp-src/CMakeLists.txt:264 (if): if given arguments:

"" "NOT" "STREQUAL" ""

Unknown arguments specified Call Stack (most recent call first): buildARM/_deps/cryptopp-src/CMakeLists.txt:734 (AddCompileOption)

Any idea what cause fails cmake build fail ?