Skip to content

Commit 4aa25fb

Browse files
MonicaLiu0311Monica
andauthored
fix dependency Threads (#137)
Co-authored-by: Monica <[email protected]>
1 parent 2603883 commit 4aa25fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Config.cmake.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
include(CMakeFindDependencyMacro)
2+
find_dependency(Threads)
3+
14
@PACKAGE_INIT@
25
include("${CMAKE_CURRENT_LIST_DIR}/avcpp-targets.cmake")

0 commit comments

Comments
 (0)