EdgeApp / react-native-mymonero-core

This library packages the mymonero-core-cpp library for use on React Native.
4 stars 7 forks source link

Add missing `project` command to CMake #13

Closed swansontec closed 1 year ago

swansontec commented 1 year ago

This warning came up in our RN 71 upgrade. We need a project command make the CMake file build cleanly.

The mymonero library still builds without this change, but the new version of CMake complains loudly. We should give CMake what it wants.