Added frontends RPMs generation (#13618)
* cmake/packaging/rpm.cmake: Added Frontends * rpm_post_build: Added link to Fedoraproject wiki with rpmlint errors info * RPM: Throw warning for rpmlint findings instead of FATAL ERROR till there is no filtering/suppression of errors debian.cmake: Added one more error to suppress thirdparty/CMakeLists.txt: added CentOS(RHEL) for gflags shared libs case install_openvino_dependencies: Added gflags installation * Fixed gflags issues for RHEL/CentOS Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
@@ -110,6 +110,9 @@ if(NOT TARGET gflags)
|
||||
if(TARGET gflags_nothreads-static)
|
||||
# arm cross-compilation
|
||||
set(GFLAGS_TARGET gflags_nothreads-static)
|
||||
elseif(TARGET gflags_nothreads-shared)
|
||||
# centos/rhel8
|
||||
set(GFLAGS_TARGET gflags_nothreads-shared)
|
||||
else()
|
||||
message(FATAL_ERROR "Failed to set GFLAGS_TARGET target")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user