mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-17 23:52:53 +00:00
Update CMakeLists.txt
updated to force the usage of gcc version 15
This commit is contained in:
parent
93a871bc04
commit
c4bd771556
|
|
@ -1,5 +1,9 @@
|
|||
cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR)
|
||||
|
||||
#specify the usage of gcc-15 for the compiler
|
||||
set(CMAKE_C_COMPILER "gcc-15")
|
||||
set(CMAKE_CXX_COMPILER "g++-15")
|
||||
|
||||
project(MinecraftConsoles C CXX)
|
||||
|
||||
################################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue