ignore attribute warnings
This commit is contained in:
parent
b389e476fa
commit
6dc0d71a1c
|
|
@ -9,6 +9,7 @@ option(COMPILE_STUDIO "Compile the RNR studio" ON)
|
|||
option(COMPILE_SERVER "Compile the RNR server" ON)
|
||||
|
||||
set(DEPENDENCIES_DIR ${CMAKE_SOURCE_DIR}/Dependencies)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-attributes") # Ignore attribute warnings generated by Luau
|
||||
|
||||
find_package(Boost REQUIRED)
|
||||
find_package(cglm REQUIRED CONFIG)
|
||||
|
|
|
|||
Loading…
Reference in New Issue