Skip to content

Commit

Permalink
feat: adding cmake_prefix_path env var to ci process
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 6, 2020
1 parent 16a89d6 commit 532ce79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
name: npm test
command: |
npm test
environment:
CMAKE_PREFIX_PATH: ''

workflows:
version: 2
Expand Down

0 comments on commit 532ce79

Please sign in to comment.