X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/824bae4e2372b3a06cae65e3b976a0c3eca723a5..63c371bbca5afccc4708761d83af6fc2443ca553:/tools/cmake/Modules/FindNS3.cmake?ds=sidebyside diff --git a/tools/cmake/Modules/FindNS3.cmake b/tools/cmake/Modules/FindNS3.cmake index 2fc3f7688b..750400e53f 100644 --- a/tools/cmake/Modules/FindNS3.cmake +++ b/tools/cmake/Modules/FindNS3.cmake @@ -13,8 +13,8 @@ # - No proper find_package() integration ## ADDING A NS3 VERSION. -# - Add ns3.${version}-core to the NAME line of the find_library below -# - Add include/ns3{version} to the PATH_SUFFIXES line of the find_path below +# - Add "ns3.${version}-core ns3.${version}-core-debug ns3.${version}-core-optimized" to the NAME line of the find_library below +# - Add "include/ns3{version}" to the PATH_SUFFIXES line of the find_path below set(HAVE_NS3 0) set(NS3_HINT ${ns3_path} CACHE PATH "Path to search for NS3 lib and include")