I\'m working with a demo from CGAL library, which requires SCIP library. It guards the whole code in the macros:
#if defined(CGAL_USE_SCIP) ... #endif