diff --git a/cmake/MoonrayCompileOptions.cmake b/cmake/MoonrayCompileOptions.cmake index b719930..4e0c035 100644 --- a/cmake/MoonrayCompileOptions.cmake +++ b/cmake/MoonrayCompileOptions.cmake @@ -49,7 +49,6 @@ function(${PROJECT_NAME}_cxx_compile_options target) elseif (CMAKE_CXX_COMPILER_ID STREQUAL AppleClang) target_compile_options(${target} PUBLIC - -Wno-gnu-alignof-expression ) elseif (CMAKE_CXX_COMPILER_ID STREQUAL Intel) target_compile_options(${target}