Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reintroduce "3-dev" in list of ns3 known versions.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 3 Jul 2022 21:45:03 +0000 (23:45 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 3 Jul 2022 21:45:03 +0000 (23:45 +0200)
tools/cmake/Modules/FindNS3.cmake

index 9e50bd5..1c47743 100644 (file)
@@ -42,7 +42,7 @@ if(NS3_FOUND) # Starting from 3.36, ns3 provides a working pkg-config file, maki
 else()
   set(NS3_HINT ${ns3_path} CACHE PATH "Path to search for NS3 lib and include")
 
-  set(NS3_KNOWN_VERSIONS "3.28" "3.29" "3.30" "3.31" "3.32" "3.33" "3.34" "3.35")
+  set(NS3_KNOWN_VERSIONS "3-dev" "3.28" "3.29" "3.30" "3.31" "3.32" "3.33" "3.34" "3.35")
 
   foreach (_ns3_ver ${NS3_KNOWN_VERSIONS})
     list(APPEND _ns3_LIB_SEARCH_DIRS "ns${_ns3_ver}-core" "ns${_ns3_ver}-core-optimized" "ns${_ns3_ver}-core-debug" "ns${_ns3_ver}-core-default")