Skip to content

Commit

Permalink
Merge pull request #125 from ESSS/fb-ASIM-5549-use-locks-2
Browse files Browse the repository at this point in the history
Use more modern conditional flags in environment.devenv.yml file
  • Loading branch information
nicoddemus authored Jan 3, 2024
2 parents 6cc9912 + f374cf6 commit 43d53e3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ dependencies:
- ninja
- cmake >=3.5.2

{% if os.sys.platform != 'win32' %}
- clangdev>=6.0.0
{% endif %}

{% if os.sys.platform == 'win32' %}
- vs2015_runtime
{% endif %}
- clangdev>=6.0.0 # [linux]
- vs2015_runtime # [win]



Expand Down

0 comments on commit 43d53e3

Please sign in to comment.