Skip to content

Commit

Permalink
boost bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinat M authored Jun 25, 2019
1 parent e96788d commit 4c1d6d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SuperBuild/External_Boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ if(NOT ( DEFINED "USE_SYSTEM_${extProjName}" AND "${USE_SYSTEM_${extProjName}}"
set(gccToolset "gcc")
endif()
list(APPEND Boost_b2_Command toolset=${gccToolset})
else()
message(FATAL_ERROR "Unknown MSVC compiler version [${MSVC_VERSION}]")

This comment has been minimized.

Copy link
@tashrifbillah

tashrifbillah Jun 25, 2019

Collaborator

I suggest having the message in case there is incompatibility with the MSVC compiler version

endif()

if(CMAKE_SIZEOF_VOID_P EQUAL 8)
Expand Down

0 comments on commit 4c1d6d8

Please sign in to comment.