Skip to content

Commit 4bd43d7

Browse files
committed
fdsdump: add missing pthread linking in CMake
1 parent 643f659 commit 4bd43d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/fdsdump/src/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ target_include_directories(fdsdump
2121

2222
target_link_libraries(fdsdump
2323
PUBLIC
24-
${FDS_LIBRARIES})
24+
${FDS_LIBRARIES}
25+
Threads::Threads)
2526

2627
# Installation targets
2728
install(

0 commit comments

Comments
 (0)