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
Other relevant hardware specs: AMD Ryzen 5 PRO 2500U (Not exactly sure what to put here.)
Build system: CMake
Additional context
I noticed that zstd adds ASM and C to the project language list. CMake will configure successfully if I change the project declaration from project(zstd_cmake_lto_bug CXX) to project(zstd_cmake_lto_bug C CXX).
The text was updated successfully, but these errors were encountered:
Describe the bug
check_ipo_supported
fails after addingzstd
as a subdirectory.To Reproduce
Steps to reproduce the behavior:
Here's a copy of the CMakeLists.txt:
Expected behavior
check_ipo_supported
should not fail afterzstd
is included.Screenshots and charts
N/A
Desktop:
Repro environment 1:
Repro environment 2:
Additional context
I noticed that zstd adds
ASM
andC
to the project language list. CMake will configure successfully if I change the project declaration fromproject(zstd_cmake_lto_bug CXX)
toproject(zstd_cmake_lto_bug C CXX)
.The text was updated successfully, but these errors were encountered: