if(MSVC) add_compile_options(/wd4996) else() if(GCC) if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") add_compile_options(-Wno-error=parentheses) endif() add_compile_options(-Wno-deprecated-declarations) 0 comments on commit 2ceda8e Please sign in to comment. Footer © 2025 GitHub, Inc. Footer...