Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

compiling Boost with options. #1

Merged
merged 2 commits into from
Sep 7, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
no install step after compilation
  • Loading branch information
bbaassssiiee committed Sep 7, 2019
commit 3b16cfe17564af607a36cd10bf1444be1e42ae4c
9 changes: 0 additions & 9 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -181,15 +181,6 @@
- b2
- boost

- name: run b2 install for boost
win_shell: "cmd.exe /c b2 install --prefix={{ boost_install_dir }}"
args:
chdir: "{{ boost_dir }}"
when: compile_boost|bool
tags:
- boost_install
- boost

- name: add boost root to system environment
win_environment:
name: BOOST_ROOT