diff --git a/tools/plotter/CMakeLists.txt b/tools/plotter/CMakeLists.txt index 6e6d33d..5f244d4 100644 --- a/tools/plotter/CMakeLists.txt +++ b/tools/plotter/CMakeLists.txt @@ -1,3 +1,8 @@ +if($ENV{CI}) + message(STATUS "Configuring in CI, skipping plotter tool...") + return() +endif() + CPMAddPackage( NAME matplotlib-cpp GIT_REPOSITORY https://github.com/jatinchowdhury18/matplotlib-cpp