Skip to content

Commit 00a378f

Browse files
committed
guards scp example
1 parent 211200c commit 00a378f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ if(NOT USE_CWR_SYSTEMC)
1111
add_subdirectory(lwtr)
1212
add_subdirectory(lwtr4tlm2)
1313
add_subdirectory(lwtr4axi)
14-
add_subdirectory(scp)
14+
if(WITH_SCP4SCC)
15+
add_subdirectory(scp)
16+
endif()
1517
endif()
1618

0 commit comments

Comments
 (0)