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

Commit

Permalink
Update boost toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Nov 19, 2013
1 parent 8dd35c9 commit 1879487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/schemes/url_sha1_boost_library.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ endif()

if(APPLE)
set(toolset_name darwin)
elseif(CMAKE_COMPILER_IS_GNUCXX)
set(toolset_name gcc)
else()
# TODO
message(FATAL_ERROR "TODO")
endif()

set(boost_user_jam @HUNTER_BASE@/boost.user.jam)
Expand Down

0 comments on commit 1879487

Please sign in to comment.