Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from chfast/fix-pthread-dependency
Browse files Browse the repository at this point in the history
Fix pthread dependency in OpenCLConfig.cmake
  • Loading branch information
ruslo authored Apr 28, 2017
2 parents f85bcb9 + b0c920d commit fa1f7d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Config.cmake.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
include(CMakeFindDependencyMacro)
find_dependency(Threads)
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")

0 comments on commit fa1f7d3

Please sign in to comment.