noloader / cryptopp-cmake

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

Xcode check is not correct? #82

Closed Naville closed 2 years ago

Naville commented 2 years ago

f56dba1082bf

should be:

if(CMAKE_GENERATOR STREQUAL Xcode)

endif()
Naville commented 2 years ago

I'm currently building on x86_64 as well as Apple Silicon Macs and my patch seems to be OK when using Unix Makefiles