3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-29 21:36:33 +00:00

Drop YOSYS_ENABLE_HELP_SOURCE since C++20 is required.

This commit is contained in:
Catherine 2026-05-27 08:31:58 +00:00
parent 63fae93998
commit ce6621b985
5 changed files with 9 additions and 27 deletions

View file

@ -261,7 +261,6 @@ jobs:
echo 'set(CMAKE_C_COMPILER clang CACHE STRING "")' >> Configuration.cmake
echo 'set(CMAKE_CXX_COMPILER clang++ CACHE STRING "")' >> Configuration.cmake
echo 'set(YOSYS_COMPILER_LAUNCHER ccache CACHE STRING "")' >> Configuration.cmake
echo 'set(YOSYS_ENABLE_HELP_SOURCE ON CACHE BOOL "")' >> Configuration.cmake
cmake -C Configuration.cmake -B build .
cmake --build build -j$procs