mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-09 02:21:01 +00:00
CMake: Disable cxx module scanning
This commit is contained in:
parent
d9c3aeb765
commit
5183ede97f
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ include(YosysAbcSubmodule)
|
|||
include(YosysVerific)
|
||||
include(UseHomebrew)
|
||||
|
||||
# Fix for using Clang from nixpkgs
|
||||
# see https://github.com/YosysHQ/yosys/pull/5936#issuecomment-4637319568
|
||||
set(CMAKE_CXX_SCAN_FOR_MODULES NO)
|
||||
|
||||
# Build options.
|
||||
set(YOSYS_COMPILER_LAUNCHER "" CACHE STRING "Compiler launcher (ccache, sccache)")
|
||||
option(YOSYS_ENABLE_COVERAGE "Enable code coverage" OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue