[CMake] Revert some changes inadvertently landed.

This fixes Issue #1833.
This commit is contained in:
Chris Lattner 2021-09-21 17:52:26 -07:00
parent 2ac86dd319
commit 6d96350dcf
1 changed files with 1 additions and 2 deletions

View File

@ -141,7 +141,7 @@ include_directories(${CIRCT_INCLUDE_DIR})
#-------------------------------------------------------------------------------
# Verilator Configuration
#-------------------------------------------------------------------------------
set(VERILATOR_DISABLE ON)
# If Verilator hasn't been explicitly disabled, find it.
option(VERILATOR_DISABLE "Disable the Verilator tests.")
if (VERILATOR_DISABLE)
@ -273,7 +273,6 @@ endif()
# capnp Configuration
#-------------------------------------------------------------------------------
set(CAPNP_DISABLE "1")
# If capnp hasn't been explicitly disabled, find it.
option(CAPNP_DISABLE "Disable Cap'nProto (needed for cosimulation).")
if (CAPNP_DISABLE)