ignore attribute warnings

This commit is contained in:
rjindael 2023-07-08 16:23:34 -07:00
parent b389e476fa
commit 6dc0d71a1c
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 0 deletions

View File

@ -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)