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

CMake : add support for RLM protection #1780

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. Add support for RLM :

    export ARCANE_CONFIG_ENABLED_PACKAGES="FLEXLM"
    cmake -DPROTECTION=RLM ..
    
    Default value for Protection is FLEXLM.
    gazoppce committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    96fe200 View commit details
    Browse the repository at this point in the history
  2. CMake : replace PROTECTION_TYPE by PROTECTION_NAE

    gazoppce committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fa9b2a8 View commit details
    Browse the repository at this point in the history
  3. Update FindRLM.cmake for Windows

    gazoppce committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ab878b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. CMAKE RLM Support ; replace PROTECTION_NAME variable by FLEXLM_PROTEC…

    …TION_NAME
    gazoppce committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    545e567 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Replace ADD_DEFINITIONS(-DARCANE_TEST_) by ADD_DEFINITIONS(-DARCANE_T…

    …EST_RLM)
    gazoppce committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a3748c6 View commit details
    Browse the repository at this point in the history
  2. Update Copyright

    gazoppce committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    141cd82 View commit details
    Browse the repository at this point in the history