Skip to content

Commit 54a68ec

Browse files
committed
Remove boost from the popsift package; add threads.
1 parent 7a40eb3 commit 54a68ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindPopsift.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FIND_PATH(POPSIFT_INCLUDE_DIR popsift/popsift.h
2424
)
2525

2626
find_package(CUDA 7.0 REQUIRED)
27-
find_package(Boost 1.53.0 REQUIRED COMPONENTS system filesystem)
27+
find_package(Threads REQUIRED)
2828

2929
IF(POPSIFT_INCLUDE_DIR)
3030
MESSAGE(STATUS "popsift headers found in ${POPSIFT_INCLUDE_DIR}")

0 commit comments

Comments
 (0)