Skip to content

Commit

Permalink
fix windows script filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinat M authored Jun 26, 2019
1 parent 4c1d6d8 commit d0fbb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperBuild/External_Boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ if(NOT ( DEFINED "USE_SYSTEM_${extProjName}" AND "${USE_SYSTEM_${extProjName}}"
if(WIN32)
set(Boost_url "http://sourceforge.net/projects/boost/files/boost/1.70.0/boost_1_70_0.zip")
set(Boost_md5 a110ebd91a3d2c34c72ace09c92ae50b)
set(Boost_Bootstrap_Command bootstrap.bat)
set(Boost_b2_Command b2.exe)
set(Boost_Bootstrap_Command ./bootstrap.bat)
set(Boost_b2_Command ./b2.exe)
endif()
endif()

Expand Down

0 comments on commit d0fbb14

Please sign in to comment.