summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-11-11 12:04:28 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-11-11 12:04:28 -0800
commitdb8992ae795e9d909e0896507e9f600950af89bc (patch)
tree5be6297eba077397410e2be648b325695bf10c6f /cmake/Modules
parent066309bebf4cdc7fabbbdb05f13dab0e4cf40ef0 (diff)
parent7b0dfd802aa08c4d0aefde2df0361304d8f282f4 (diff)
Merge branch 'master' into next
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/GrBoost.cmake7
1 files changed, 1 insertions, 6 deletions
diff --git a/cmake/Modules/GrBoost.cmake b/cmake/Modules/GrBoost.cmake
index 6e036a5bdc..1cf8e65a11 100644
--- a/cmake/Modules/GrBoost.cmake
+++ b/cmake/Modules/GrBoost.cmake
@@ -32,14 +32,9 @@ set(BOOST_REQUIRED_COMPONENTS
filesystem
system
regex
+ thread
)
-if (MINGW)
- set(BOOST_REQUIRED_COMPONENTS ${BOOST_REQUIRED_COMPONENTS} thread_win32)
-else(MINGW)
- set(BOOST_REQUIRED_COMPONENTS ${BOOST_REQUIRED_COMPONENTS} thread)
-endif(MINGW)
-
if(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")
list(APPEND BOOST_LIBRARYDIR "/usr/lib64") #fedora 64-bit fix
endif(UNIX AND NOT BOOST_ROOT AND EXISTS "/usr/lib64")