Skip to content

Commit

Permalink
Merge pull request #72 from leapmotion/bug-boostorder
Browse files Browse the repository at this point in the history
Boost components must be referred to in the right order
  • Loading branch information
gtremper committed Aug 20, 2014
2 parents a813685 + cf586d9 commit 0820f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autowiring/CMakeLists.txt
Expand Up @@ -163,7 +163,7 @@ endif()
set_property(TARGET Autowiring PROPERTY FOLDER "Autowiring")

# Might as well reference the boost libraries to satisfy link dependencies, if we know they exist
find_package(Boost COMPONENTS thread atomic system chrono date_time QUIET)
find_package(Boost COMPONENTS thread atomic chrono system date_time QUIET)
if(Boost_FOUND)
target_link_libraries(Autowiring ${Boost_LIBRARIES})
endif()
Expand Down

0 comments on commit 0820f2c

Please sign in to comment.