From: Sjoerd Simons Date: Mon, 11 Feb 2019 08:57:39 +0000 (+0000) Subject: _reproducible_build X-Git-Tag: archive/raspbian/4.0.4+dfsg1-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=48db4af0c754928c0adf9b512d0fff86820b5e99;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