Don't set SYSTEM property for external SystemC

This commit is contained in:
2024-10-28 08:59:41 +01:00
parent 484a3ccc58
commit 67d95edb25

View File

@@ -160,8 +160,9 @@ if (NOT TARGET SystemC::systemc)
# Set include directories to SYSTEM to suppress warnings
set_target_properties(systemc PROPERTIES SYSTEM TRUE)
else()
# TODO: Fix gem5 build (see Issue 57)
# Set include directories to SYSTEM to suppress warnings
set_target_properties(SystemC::systemc PROPERTIES SYSTEM TRUE)
# set_target_properties(SystemC::systemc PROPERTIES SYSTEM TRUE)
endif()