mirror of
https://github.com/monero-project/monero.git
synced 2025-02-12 03:51:24 -05:00
![Ben Boeckel](/assets/img/avatar_default.png)
CMAKE_BUILD_TYPE is meant for single-config build tools (e.g., make and ninja) while CMAKE_CONFIGURATION_TYPES is meant for multi-config build tools (e.g., Xcode and Visual Studio). They should not be mixed or manually set.