Fix CMake build in `test` subdirectories by lnikkila · Pull Request #3845 · google/or-tools

@lnikkila

Due to the regexes, ortools_pdlp fails to build if any of its parent
directories starts with `test` or `gtest`:

    CMake Error at test/ortools-src/ortools/pdlp/CMakeLists.txt:27 (add_library):
      No SOURCES given to target: ortools_pdlp

@lnikkila lnikkila deleted the fix-test-subdirectory-builds branch

July 5, 2023 06:28