build: Fix _cache entry for ns-3 version.

This commit is contained in:
Gabriel Ferreira
2021-12-05 19:32:40 -03:00
parent a893eba7e3
commit 7d9939dd00

View File

@@ -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)