accellera-official / systemc

SystemC Reference Implementation
https://systemc.org/overview/systemc/
Apache License 2.0
451 stars 145 forks source link

add cmake option to enable/disable example generation #37

Open BenjaminBeichler opened 1 year ago

BenjaminBeichler commented 1 year ago

fixes part of #23

Signed-off-by: Benjamin Beichler Hadrian2002@googlemail.com

BenjaminBeichler commented 5 months ago

I have just done the trivial rebase for my old pull request. Are there any other obstacles ?

@maehne was in favor for this in #23, so maybe you can push it ;-)

markfoodyburton commented 5 months ago

As an interim solution, I'd go with this. (It would help). Ideally we should move to a more 'cmake/ctest' way of doing things.

BenjaminBeichler commented 5 months ago

Yes, agree. But all the cmake files would need updates. I opted for the minimal invasive version.

markfoodyburton commented 5 months ago

(Actually there's work going on to fix it properly - should be merged soon :-) )