You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy! as the title says, my build failed. I've attached the culprit error message and some additional warning several lines prior that might be relevant, as well as my build info if that helps.
--- stderr: spdlog_vendor
CMake Warning (dev) at /usr/share/cmake/Modules/ExternalProject.cmake:3074 (message):
The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
not set. The policy's OLD behavior will be used. When using a URL
download, the timestamps of extracted files should preferably be that of
the time of extraction, otherwise code that depends on the extracted
contents might not be rebuilt if the URL changes. The OLD behavior
preserves the timestamps from the archive instead, but this is usually not
what you want. Update your project to the NEW behavior or specify the
DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
robustness issue.
Call Stack (most recent call first):
/usr/share/cmake/Modules/ExternalProject.cmake:4170 (_ep_add_download_command)
CMakeLists.txt:58 (externalproject_add)
CMakeLists.txt:78 (build_spdlog)
This warning is for project developers. Use -Wno-dev to suppress it.
---
Finished <<< spdlog_vendor [18.3s]
--- stderr: console_bridge_vendor
CMake Warning (dev) at /usr/share/cmake/Modules/ExternalProject.cmake:3074 (message):
The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
not set. The policy's OLD behavior will be used. When using a URL
download, the timestamps of extracted files should preferably be that of
the time of extraction, otherwise code that depends on the extracted
contents might not be rebuilt if the URL changes. The OLD behavior
preserves the timestamps from the archive instead, but this is usually not
what you want. Update your project to the NEW behavior or specify the
DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
robustness issue.
Call Stack (most recent call first):
/usr/share/cmake/Modules/ExternalProject.cmake:4170 (_ep_add_download_command)
CMakeLists.txt:68 (externalproject_add)
CMakeLists.txt:96 (build_console_bridge)
This warning is for project developers. Use -Wno-dev to suppress it.
---
--- stderr: libyaml_vendor
CMake Warning (dev) at /usr/share/cmake/Modules/ExternalProject.cmake:3074 (message):
The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
not set. The policy's OLD behavior will be used. When using a URL
download, the timestamps of extracted files should preferably be that of
the time of extraction, otherwise code that depends on the extracted
contents might not be rebuilt if the URL changes. The OLD behavior
preserves the timestamps from the archive instead, but this is usually not
what you want. Update your project to the NEW behavior or specify the
DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
robustness issue.
Call Stack (most recent call first):
/usr/share/cmake/Modules/ExternalProject.cmake:4170 (_ep_add_download_command)
CMakeLists.txt:63 (externalproject_add)
CMakeLists.txt:87 (build_libyaml)
This warning is for project developers. Use -Wno-dev to suppress it.
---
Howdy! as the title says, my build failed. I've attached the culprit error message and some additional warning several lines prior that might be relevant, as well as my build info if that helps.
the error of death
some warnings
My system info
The text was updated successfully, but these errors were encountered: