Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes of CMake based configuration for portability. #10512

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

mahge
Copy link
Contributor

@mahge mahge commented Apr 7, 2023

  • 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.

  - 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.
@mahge mahge added the COMP/Build System Issue and pull request related to the build systems label Apr 7, 2023
@mahge mahge self-assigned this Apr 7, 2023
@mahge mahge enabled auto-merge (squash) April 7, 2023 07:49
@mahge mahge merged commit 4a92d8d into OpenModelica:master Apr 7, 2023
@mahge mahge deleted the minor_fixes_w branch April 7, 2023 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMP/Build System Issue and pull request related to the build systems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant