From: Sjoerd Simons Date: Tue, 10 Sep 2019 22:16:56 +0000 (+0100) Subject: _reproducible_build X-Git-Tag: archive/raspbian/4.0.4+dfsg1-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e74f653c1185b54cb14b1013e108beb8bab19954;p=libcec.git _reproducible_build Gbp-Pq: Name 03_reproducible_build.patch --- diff --git a/src/libcec/CMakeLists.txt b/src/libcec/CMakeLists.txt index 6baee69..f1ba501 100644 --- a/src/libcec/CMakeLists.txt +++ b/src/libcec/CMakeLists.txt @@ -130,7 +130,7 @@ set(CEC_HEADERS devices/CECRecordingDevice.h source_group("Header Files" FILES ${CEC_HEADERS}) # platform and device specific -include(cmake/SetBuildInfo.cmake) +set(LIB_INFO "compiled on ${CMAKE_SYSTEM} ... ") include(cmake/CheckPlatformSupport.cmake) ## create project groups