Skip to content

Commit

Permalink
Minor fixes of CMake based configuration for portability. (#10512)
Browse files Browse the repository at this point in the history
  - Remove unnecessary install of pdb file.

    - We do not need it. Plus the location specified for it was not correct.

  - Rename option to be more unique and descriptive.

    - PCRE -> METIS_GKLIB_PCRE

  - Use the pcre regex library for MSVC.

    - There is no system regex library for MSVC. Instead we should use the
      unofficial pcre port from vcpkg and tell Metis to use that for GKLib
      regex needs.
  • Loading branch information
mahge committed Apr 7, 2023
1 parent 88d7b96 commit 4a92d8d
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit 4a92d8d

Please sign in to comment.