Skip to content

Commit

Permalink
Untabify cmakefiles. No functional change.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed Jun 7, 2021
1 parent b976b8d commit 6fd48da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/cmake_hello_sc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ find_package(SystemCLanguage QUIET)
add_executable(example ../make_hello_sc/sc_main.cpp)

set_property(
TARGET example
PROPERTY CXX_STANDARD ${SystemC_CXX_STANDARD}
)
TARGET example
PROPERTY CXX_STANDARD ${SystemC_CXX_STANDARD}
)

# Add the Verilated circuit to the target
verilate(example SYSTEMC
Expand Down
6 changes: 3 additions & 3 deletions examples/cmake_tracing_sc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ find_package(SystemCLanguage QUIET)
add_executable(example ../make_tracing_sc/sc_main.cpp)

set_property(
TARGET example
PROPERTY CXX_STANDARD ${SystemC_CXX_STANDARD}
)
TARGET example
PROPERTY CXX_STANDARD ${SystemC_CXX_STANDARD}
)

# Add the Verilated circuit to the target
verilate(example SYSTEMC COVERAGE TRACE
Expand Down

0 comments on commit 6fd48da

Please sign in to comment.