diff --git a/cmake/modules/BuildBoost.cmake b/cmake/modules/BuildBoost.cmake index 1d793fb442e..89e4d40c282 100644 --- a/cmake/modules/BuildBoost.cmake +++ b/cmake/modules/BuildBoost.cmake @@ -108,7 +108,7 @@ function(do_build_boost root_dir version) "using ${toolset}" " : " " : ${CMAKE_CXX_COMPILER}" - " : -fPIC -w -Wno-everything" + " : -fPIC -w " " ;\n") if(with_python_version) find_package(Python3 ${with_python_version} QUIET REQUIRED