mirror of
https://github.com/monero-project/monero.git
synced 2026-04-28 11:53:17 -07:00
cmake: set minimum to 3.10 to fix warnings
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(translations)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user