diff --git a/cmake/ortoolsConfig.cmake.in b/cmake/ortoolsConfig.cmake.in index 9a1029497e..9708abf460 100644 --- a/cmake/ortoolsConfig.cmake.in +++ b/cmake/ortoolsConfig.cmake.in @@ -27,6 +27,9 @@ endif() if(NOT Protobuf_FOUND AND NOT PROTOBUF_FOUND AND NOT TARGET protobuf::libprotobuf) find_dependency(Protobuf REQUIRED ${CONFIG_FLAG}) endif() +if(NOT scip_FOUND AND NOT TARGET libscip) + find_dependency(scip REQUIRED ${CONFIG_FLAG}) +endif() if(NOT Clp_FOUND AND NOT TARGET Coin::ClpSolver) find_dependency(Clp REQUIRED ${CONFIG_FLAG}) endif()