From 7d9939dd0018acfcb6965775ec62b0467238d64a Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Sun, 5 Dec 2021 19:32:40 -0300 Subject: [PATCH] build: Fix _cache entry for ns-3 version. --- buildsupport/custom_modules/waf_workaround_c4cache.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsupport/custom_modules/waf_workaround_c4cache.cmake b/buildsupport/custom_modules/waf_workaround_c4cache.cmake index c83ba1fc3..dd6d170c5 100644 --- a/buildsupport/custom_modules/waf_workaround_c4cache.cmake +++ b/buildsupport/custom_modules/waf_workaround_c4cache.cmake @@ -74,7 +74,7 @@ function(generate_c4che_cachepy) string(APPEND cache_contents "APPNAME = 'ns'\n") string(APPEND cache_contents "BUILD_PROFILE = '${build_profile}'\n") - string(APPEND cache_contents "VERSION = '3-dev' \n") + string(APPEND cache_contents "VERSION = '${NS3_VER}' \n") string(APPEND cache_contents "PYTHON = ['${Python3_EXECUTABLE}']\n") mark_as_advanced(VALGRIND)