From 7c18be6fb74143178a0c07f93d4c26cbf0950f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Thu, 7 Mar 2024 13:50:56 +0100 Subject: [PATCH] brite: update version to fix unknown-pragmas warnings --- .../ns3-fetch-optional-modules-dependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/custom-modules/ns3-fetch-optional-modules-dependencies.cmake b/build-support/custom-modules/ns3-fetch-optional-modules-dependencies.cmake index 6f5702cfc..583430995 100644 --- a/build-support/custom-modules/ns3-fetch-optional-modules-dependencies.cmake +++ b/build-support/custom-modules/ns3-fetch-optional-modules-dependencies.cmake @@ -3,7 +3,7 @@ include(ExternalProject) ExternalProject_Add( brite_dep GIT_REPOSITORY https://gitlab.com/nsnam/BRITE.git - GIT_TAG 29c301e828d2a4f303b3d0c69360c987b02d0745 + GIT_TAG 2a665ae11740a11afec1b068c2a45f21d901cf55 PREFIX brite_dep BUILD_IN_SOURCE TRUE CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_OUTPUT_DIRECTORY}