Updated cmake to use gcc-16 and g++-16
This commit is contained in:
parent
4ef236bc83
commit
d498e05935
@ -1,4 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
set(CMAKE_C_COMPILER gcc-16 CACHE FILEPATH "C compiler" FORCE)
|
||||
set(CMAKE_CXX_COMPILER g++-16 CACHE FILEPATH "C++ compiler" FORCE)
|
||||
|
||||
project(SelfPatchSLR LANGUAGES C CXX)
|
||||
|
||||
add_subdirectory(plugin)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user