g2: fix the g2 build for Ubuntu 20.04
Shut off deprecated declaration warnings Type: fix Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I65ea4bbc4d5ee5a11d4e8f554f414f57944c7e1c (cherry picked from commit 18a86c6e6069cbc9a0d2294ebb7f7cca5f616f84)
This commit is contained in:

committed by
Andrew Yourtchenko

parent
acf0bd5567
commit
b1a7f68b22
@ -15,6 +15,7 @@ option(VPP_BUILD_G2 "Build g2 tool." OFF)
|
|||||||
if(VPP_BUILD_G2)
|
if(VPP_BUILD_G2)
|
||||||
find_package(GTK2 COMPONENTS gtk)
|
find_package(GTK2 COMPONENTS gtk)
|
||||||
if(GTK2_FOUND)
|
if(GTK2_FOUND)
|
||||||
|
set(CMAKE_C_FLAGS "-Wno-deprecated-declarations ${CMAKE_C_FLAGS}")
|
||||||
include_directories(${GTK2_INCLUDE_DIRS})
|
include_directories(${GTK2_INCLUDE_DIRS})
|
||||||
add_vpp_executable(g2
|
add_vpp_executable(g2
|
||||||
SOURCES
|
SOURCES
|
||||||
@ -29,8 +30,6 @@ if(VPP_BUILD_G2)
|
|||||||
view1.c
|
view1.c
|
||||||
|
|
||||||
LINK_LIBRARIES vppinfra Threads::Threads m ${GTK2_LIBRARIES}
|
LINK_LIBRARIES vppinfra Threads::Threads m ${GTK2_LIBRARIES}
|
||||||
NO_INSTALL
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user