Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the layering madness a bit
[simgrid.git] / tools / cmake / Modules / FindNS3.cmake
index 6014e36..3679e89 100644 (file)
@@ -12,7 +12,6 @@
 #  - No way to specify a minimal version (v3.10 is hardcoded).
 #  - 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
@@ -34,8 +33,6 @@ find_path(NS3_INCLUDE_DIR
   ${NS3_HINT}
   )
 
-
-
 if(NS3_INCLUDE_DIR)
   message(STATUS "Looking for ns3/core-module.h - found")
 else()
@@ -51,7 +48,6 @@ else()
 endif()
 mark_as_advanced(NS3_LIBRARIES)
 
-
 if(NS3_INCLUDE_DIR)
   if(NS3_LIBRARIES)
     set(HAVE_NS3 1)