From abae18150a55304027387fb1dce9a6bcd309f961 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 25 Aug 2021 11:23:11 +0200 Subject: [PATCH] typo --- tools/cmake/Modules/FindNS3.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmake/Modules/FindNS3.cmake b/tools/cmake/Modules/FindNS3.cmake index 905f921dee..9929e627f5 100644 --- a/tools/cmake/Modules/FindNS3.cmake +++ b/tools/cmake/Modules/FindNS3.cmake @@ -22,7 +22,7 @@ set(NS3_HINT ${ns3_path} CACHE PATH "Path to search for NS3 lib and include") set(NS3_KNOWN_VERSIONS "3.22" "3.23" "3.24" "3.25" "3.26" "3.27" "3.28" "3.29" "3.30" "3.31" "3.32" "3.33" "3.34" "3.35" "3.36" "3.37" "3.38" "3.39" "3.40") foreach (_ns3_ver ${NS3_KNOWN_VERSIONS}) - list(APPEND _ns3_LIB_SEARCH_DIRS "ns${_ns3_ver}-core" "nss${_ns3_ver}-core-optimized" "nss${_ns3_ver}-core-debug") + list(APPEND _ns3_LIB_SEARCH_DIRS "ns${_ns3_ver}-core" "ns${_ns3_ver}-core-optimized" "ns${_ns3_ver}-core-debug") list(APPEND _ns3_INCLUDE_SEARCH_DIRS "include/ns${_ns3_ver}") endforeach() -- 2.20.1