From: Arnaud Giersch Date: Sat, 18 Feb 2023 18:04:03 +0000 (+0100) Subject: Update path. X-Git-Tag: v3.34~498^2 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3f584ad9bef1ffdb69f38f7537a4524b8a590604 Update path. Error also seen with clang 11 and ns3.31. --- diff --git a/tools/cmake/Flags.cmake b/tools/cmake/Flags.cmake index 7ba00168ed..5d5a132b0c 100644 --- a/tools/cmake/Flags.cmake +++ b/tools/cmake/Flags.cmake @@ -218,9 +218,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Darwin") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_XOPEN_SOURCE=700 -D_DARWIN_C_SOURCE") endif() -# Avoid a failure seen with gcc 7.2.0 and ns3 3.27 +# Avoid a failure seen with some combinations of compiler and ns3 versions if(enable_ns3) - set_source_files_properties(src/surf/network_ns3.cpp PROPERTIES COMPILE_FLAGS " -Wno-unused-local-typedef") + set_source_files_properties(src/kernel/resource/models/network_ns3.cpp PROPERTIES COMPILE_FLAGS " -Wno-unused-local-typedef") endif() set(TESH_OPTION "")