Skip to content

Commit

Permalink
Refs #4554 boost-thread not on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Jan 18, 2012
1 parent 5dd3ae3 commit 88aca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/CMake/CommonSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ include ( VersionNumber )
# Look for dependencies - bail out if any not found
###########################################################################

find_package ( Boost REQUIRED signals date_time regex thread )
find_package ( Boost REQUIRED signals date_time regex ) # thread )
include_directories( SYSTEM ${Boost_INCLUDE_DIRS} )
add_definitions ( -DBOOST_ALL_DYN_LINK )
# Need this defined globally for our log time values
Expand Down

0 comments on commit 88aca9f

Please sign in to comment.