Skip to content

Commit

Permalink
find threads libraries because some platforms don't link them by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 3, 2013
1 parent 4c81d0d commit f71a0b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -178,6 +178,8 @@ endif(APPLE)
# settings for Boost dependencies
#------------------------------------------------------------------------------

find_package(Threads)

if (NOT PDAL_EMBED_BOOST)
find_package(Boost 1.48 COMPONENTS program_options thread iostreams filesystem system unit_test_framework random)
endif()
Expand Down

0 comments on commit f71a0b1

Please sign in to comment.