Skip to content

Commit

Permalink
Boost mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Nov 10, 2014
1 parent bfa9198 commit 5fb1cbc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cmake/schemes/url_sha1_boost.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ else()
set(env_cmd "")
endif()

if(MSVC)
if(MSVC OR MINGW)
set(install_cmd "b2")
set(bootstrap_cmd "bootstrap.bat")
else()
Expand Down
2 changes: 1 addition & 1 deletion cmake/schemes/url_sha1_boost_library.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ if(@HUNTER_STATUS_DEBUG@)
set(verbose_output "-d+2 --debug-configuration")
endif()

if(MSVC)
if(MSVC OR MINGW)
set(bootstrap_cmd "bootstrap.bat")
set(b2_cmd "b2")
else()
Expand Down
12 changes: 0 additions & 12 deletions jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ def run():
print('Skip (https://github.com/ruslo/hunter/issues/26)')
sys.exit(0)

if (project_dir == 'examples/Boost') and (toolchain == 'mingw'):
print('Skip (https://github.com/ruslo/hunter/issues/27)')
sys.exit(0)

if (project_dir == 'examples/Boost-system') and (toolchain == 'mingw'):
print('Skip (https://github.com/ruslo/hunter/issues/27)')
sys.exit(0)

if (project_dir == 'examples/Boost-filesystem') and (toolchain == 'mingw'):
print('Skip (https://github.com/ruslo/hunter/issues/27)')
sys.exit(0)

if (project_dir == 'examples/OpenSSL') and (toolchain == 'mingw'):
print('Skip (https://github.com/ruslo/hunter/issues/28)')
sys.exit(0)
Expand Down

0 comments on commit 5fb1cbc

Please sign in to comment.