build: remove Gnuplot check
This commit is contained in:
@@ -66,7 +66,6 @@ option(NS3_NETANIM "Build netanim" OFF)
|
||||
|
||||
# other options
|
||||
option(NS3_ENABLE_BUILD_VERSION "Embed version info into libraries" OFF)
|
||||
option(NS3_GNUPLOT "Build with Gnuplot support" OFF)
|
||||
option(NS3_GSL "Build with GSL support" ON)
|
||||
option(NS3_GTK3 "Build with GTK3 support" ON)
|
||||
option(NS3_LINK_TIME_OPTIMIZATION "Build with link-time optimization" OFF)
|
||||
|
||||
@@ -943,20 +943,6 @@ macro(process_options)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(${NS3_GNUPLOT})
|
||||
find_package(Gnuplot-ios) # Not sure what package would contain the correct
|
||||
# header/library
|
||||
if(NOT ${GNUPLOT_FOUND})
|
||||
message(${HIGHLIGHTED_STATUS}
|
||||
"GNUPLOT was not found. Continuing without it."
|
||||
)
|
||||
else()
|
||||
message(STATUS "GNUPLOT was found.")
|
||||
include_directories(${GNUPLOT_INCLUDE_DIRS})
|
||||
link_directories(${GNUPLOT_LIBRARY})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# checking for documentation dependencies and creating targets
|
||||
|
||||
# First we check for doxygen dependencies
|
||||
|
||||
Reference in New Issue
Block a user