0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 14:35:32 +00:00

Fix up libsensors vendoring. ()

This commit is contained in:
Austin S. Hemmelgarn 2025-01-27 14:30:10 -05:00 committed by GitHub
parent 34a06470f5
commit 74eef8b8d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 24 deletions
packaging/cmake/Modules
src/collectors/debugfs.plugin/libsensors

View file

@ -1,23 +0,0 @@
# FindLibSensors.cmake
# Locate libsensors library and headers
# Locate the libsensors header file
find_path(LibSensors_INCLUDE_DIRS
NAMES sensors/sensors.h
PATHS /usr/include /usr/local/include
)
# Locate the libsensors library
find_library(LibSensors_LIBRARIES
NAMES sensors
PATHS /usr/lib /usr/local/lib
)
# Check if both the library and header were found
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LibSensors
REQUIRED_VARS LibSensors_LIBRARIES LibSensors_INCLUDE_DIRS
)
# Mark the variables as advanced (not shown in the GUI by default)
mark_as_advanced(LibSensors_LIBRARIES LibSensors_INCLUDE_DIRS)

View file

@ -1,5 +1,5 @@
# CMake configuration for libsensors
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16.0...3.30)
# Add static library for libsensors
add_library(vendored_libsensors STATIC